Skip to content

Commit 7a2605a

Browse files
committed
marathon template
1 parent d706302 commit 7a2605a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

marathon/template.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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"
112112
Rand rnd(35023503980LL);
113113
Timer timer;
114114
using Answer = vector<int>; // TODO

0 commit comments

Comments
 (0)