File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- #ifndef DEBUG
3- #pragma GCC target("avx2")
4- #pragma GCC optimize("O3")
5- #pragma GCC optimize("unroll-loops")
6- #endif
2+ // #ifndef DEBUG
3+ // #pragma GCC target("avx2")
4+ // #pragma GCC optimize("O3")
5+ // #pragma GCC optimize("unroll-loops")
6+ // #endif
77
88#include < cstdio>
99#include < cassert>
@@ -107,8 +107,8 @@ bool chmax(Tp& a, const Tp& b) {
107107 }
108108}
109109
110- #include " /home /tsutaj/Documents/compro/cpp_library/marathon/timer.cpp"
111- #include " /home /tsutaj/Documents/compro/cpp_library/marathon/rand_xorshift.cpp"
110+ #include " /Users /tsutaj/Documents/compro/cpp_library/marathon/timer.cpp"
111+ #include " /Users /tsutaj/Documents/compro/cpp_library/marathon/rand_xorshift.cpp"
112112Rand rnd (35023503980LL );
113113Timer timer;
114114using Answer = vector<int >; // TODO
You can’t perform that action at this time.
0 commit comments