drop unused defs
This commit is contained in:
parent
3008c1c2cb
commit
53e80633aa
3
main.cpp
3
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--------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user