drop unused defs

This commit is contained in:
Sandipsinh Rathod 2024-10-11 12:02:18 -04:00
parent 3008c1c2cb
commit 53e80633aa
No known key found for this signature in database

@ -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--------