diff options
Diffstat (limited to 'test.h')
| -rw-r--r-- | test.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,8 +3,6 @@ #include <bits/stdc++.h> using namespace std; using ll = long long; -#define sz(x) ((int)(x).size()) -#define all(x) (x).begin(), (x).end() template<typename T> T _lg_check(T n) { |
