From 53e80633aa2eecfd7ccba5291ce9935257d95af1 Mon Sep 17 00:00:00 2001 From: Sandipsinh Rathod Date: Fri, 11 Oct 2024 12:02:18 -0400 Subject: [PATCH] drop unused defs --- main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index ef44b74..f95e70b 100644 --- a/main.cpp +++ b/main.cpp @@ -6,13 +6,12 @@ #define pt cout << #define pter cerr << #define nl "\n" -#define in cin >> -#define all(x) x.begin(), x.end() using namespace std; // TODO: drop pair // remove global def of std +// spam comments // -------- START RAII HELPERS--------