diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-05-02 20:59:15 +0200 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-05-02 20:59:15 +0200 |
| commit | 2ecbcca9952475c40bfd2a936b7631b236dfc922 (patch) | |
| tree | 28842d3ae000518757e93d79d0e5df0e11bb7ef2 /test.h | |
| parent | 34c882ab75a60699429421684a9867cce0a22110 (diff) | |
remove sz() and all() from test.h
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) { |
