diff options
Diffstat (limited to 'test.h')
| -rw-r--r-- | test.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#define _GLIBCXX_DEBUG 1 +#define _GLIBCXX_SANITIZE_VECTOR 1 #include <bits/stdc++.h> using namespace std; using ll = long long; |
