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 --- test.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'test.h') diff --git a/test.h b/test.h index a3c2ab0..0dfc40a 100644 --- a/test.h +++ b/test.h @@ -3,8 +3,6 @@ #include using namespace std; using ll = long long; -#define sz(x) ((int)(x).size()) -#define all(x) (x).begin(), (x).end() template T _lg_check(T n) { -- cgit v1.2.3