diff options
Diffstat (limited to 'datastructures/test/fenwickTree.cpp')
| -rw-r--r-- | datastructures/test/fenwickTree.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datastructures/test/fenwickTree.cpp b/datastructures/test/fenwickTree.cpp index f9dd619..4c9695f 100644 --- a/datastructures/test/fenwickTree.cpp +++ b/datastructures/test/fenwickTree.cpp @@ -1,3 +1,4 @@ +#define sz ssize #include "../fenwickTree.cpp" void test(int n) { |
