From a24ce98f2c79d5594d171a9b294b1cf25b488ebc Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Wed, 1 May 2024 18:07:15 +0200 Subject: improve test system, fix segment tree, add more segment tree tests --- test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test.h') diff --git a/test.h b/test.h index ce2689f..a3c2ab0 100644 --- a/test.h +++ b/test.h @@ -1,3 +1,5 @@ +#define _GLIBCXX_DEBUG 1 +#define _GLIBCXX_SANITIZE_VECTOR 1 #include using namespace std; using ll = long long; -- cgit v1.2.3