We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1eaaa4 commit 9de0fe8Copy full SHA for 9de0fe8
Greedy/Minimum_swaps_for_bracket_balancing
@@ -1,6 +1,4 @@
1
-#include <iostream>
2
-#include <vector>
3
-#include <algorithm>
+#include <bits/stdc++.h>
4
using namespace std;
5
6
0 commit comments