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 /datastructures/test/sparseTable.cpp | |
| parent | 34c882ab75a60699429421684a9867cce0a22110 (diff) | |
remove sz() and all() from test.h
Diffstat (limited to 'datastructures/test/sparseTable.cpp')
| -rw-r--r-- | datastructures/test/sparseTable.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/datastructures/test/sparseTable.cpp b/datastructures/test/sparseTable.cpp index ed4d61f..03ef548 100644 --- a/datastructures/test/sparseTable.cpp +++ b/datastructures/test/sparseTable.cpp @@ -1,3 +1,5 @@ +#define sz ssize +#define all(X) begin(X), end(X) #include "../sparseTable.cpp" void test(int n) { |
