summaryrefslogtreecommitdiff
path: root/test.h
diff options
context:
space:
mode:
authorGloria Mundi <gloria@gloria-mundi.eu>2024-05-02 20:59:15 +0200
committerGloria Mundi <gloria@gloria-mundi.eu>2024-05-02 20:59:15 +0200
commit2ecbcca9952475c40bfd2a936b7631b236dfc922 (patch)
tree28842d3ae000518757e93d79d0e5df0e11bb7ef2 /test.h
parent34c882ab75a60699429421684a9867cce0a22110 (diff)
remove sz() and all() from test.h
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) {