We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3235372 commit 04d63edCopy full SHA for 04d63ed
verify/structures/fenwick/ordered_set.test.cpp
@@ -1,9 +1,10 @@
1
// @brief Ordered Set
2
#define PROBLEM "https://judge.yosupo.jp/problem/ordered_set"
3
#pragma GCC optimize("Ofast,unroll-loops")
4
+#include <bits/stdc++.h>
5
+#include "blazingio/blazingio.min.hpp"
6
#include "cp-algo/structures/fenwick_set.hpp"
7
#include "cp-algo/util/compress_coords.hpp"
-#include <bits/stdc++.h>
8
9
using namespace std;
10
using cp_algo::structures::fenwick_set;
0 commit comments