diff options
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) { |
