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