summaryrefslogtreecommitdiff
path: root/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test.h')
-rw-r--r--test.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/test.h b/test.h
index a3c2ab0..0dfc40a 100644
--- a/test.h
+++ b/test.h
@@ -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) {