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 dd7f968 commit 8307793Copy full SHA for 8307793
code/header.cpp
@@ -1,5 +1,3 @@
1
-#pragma GCC optimize("Ofast","unroll-loops")
2
-#pragma GCC target("avx2,fma")
3
#include <bits/stdc++.h>
4
using namespace std;
5
#define rep(i,a,b) for (__typeof(a) i=(a); i<(b); ++i)
0 commit comments