File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tests/library_checker_aizu_tests Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88#include < cassert>
99#include < iostream>
1010#include < map>
11- #include < numeric> // for iota
11+ #include < numeric> // for iota
1212#include < queue>
1313#include < set>
1414#include < string>
1515#include < unordered_map>
1616#include < vector>
1717// for random numbers
18- #include < stdint.h> // for uint64_t
18+ #include < stdint.h> // for uint64_t
1919#include < bitset>
2020#include < chrono>
21- #include < climits> // for INT_MAX, INT_MIN
22- #include < complex> // for kactl's FFT
23- #include < functional> // for lambdas
21+ #include < climits> // for INT_MAX, INT_MIN
22+ #include < complex> // for kactl's FFT
23+ #include < functional> // for lambdas
2424#include < optional>
2525#include < random>
26- #include < utility> // for std::exchange
26+ #include < utility> // for std::exchange
2727using namespace std ;
2828// https://github.com/kth-competitive-programming/kactl/blob/main/content/contest/template.cpp
2929// compile all tests with KACTL macros mainly to avoid
You can’t perform that action at this time.
0 commit comments