From 2ecbcca9952475c40bfd2a936b7631b236dfc922 Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Thu, 2 May 2024 20:59:15 +0200 Subject: remove sz() and all() from test.h --- graph/test/LCA_sparse.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graph/test/LCA_sparse.cpp') diff --git a/graph/test/LCA_sparse.cpp b/graph/test/LCA_sparse.cpp index c45111c..c8b0017 100644 --- a/graph/test/LCA_sparse.cpp +++ b/graph/test/LCA_sparse.cpp @@ -1,4 +1,6 @@ #include "util.cpp" +#define all(X) begin(X), end(X) +#define sz ssize #include "../../datastructures/sparseTable.cpp" #include "../LCA_sparse.cpp" -- cgit v1.2.3