diff options
Diffstat (limited to 'datastructures/test/sparseTableDisjoint.cpp')
| -rw-r--r-- | datastructures/test/sparseTableDisjoint.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/datastructures/test/sparseTableDisjoint.cpp b/datastructures/test/sparseTableDisjoint.cpp index 43c6d6e..7ef6483 100644 --- a/datastructures/test/sparseTableDisjoint.cpp +++ b/datastructures/test/sparseTableDisjoint.cpp @@ -1,3 +1,5 @@ +#define sz ssize +#define all(X) begin(X), end(X) #include "../sparseTableDisjoint.cpp" void test(int n) { |
