Skip to content

Commit 04d63ed

Browse files
committed
fast io in ordered_set
1 parent 3235372 commit 04d63ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

verify/structures/fenwick/ordered_set.test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// @brief Ordered Set
22
#define PROBLEM "https://judge.yosupo.jp/problem/ordered_set"
33
#pragma GCC optimize("Ofast,unroll-loops")
4+
#include <bits/stdc++.h>
5+
#include "blazingio/blazingio.min.hpp"
46
#include "cp-algo/structures/fenwick_set.hpp"
57
#include "cp-algo/util/compress_coords.hpp"
6-
#include <bits/stdc++.h>
78

89
using namespace std;
910
using cp_algo::structures::fenwick_set;

0 commit comments

Comments
 (0)