Skip to content

Commit 2f11895

Browse files
committed
dont use bits
1 parent eb656f3 commit 2f11895

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/cpp_solutions/2448_minimum-cost-to-make-array-equal.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#include <bits/stdc++.h>
1+
#include <vector>
2+
#include <algorithm>
3+
24

35
using namespace std;
46

src/cpp_solutions/376_wiggle-subsequence.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#include <bits/stdc++.h>
2-
#include <ostream>
1+
#include <vector>
32

43
using namespace std;
54

0 commit comments

Comments
 (0)