Compare commits
No commits in common. "c8e8f1f0cb8e9f8473a0b6d1fcb222e6453c34d3" and "cdf8358f3c6bb81d8b8cd2e1da91b6856f2dcfe4" have entirely different histories.
c8e8f1f0cb
...
cdf8358f3c
@ -1,14 +1,7 @@
|
||||
//#define NDEBUG
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <queue>
|
||||
#include <algorithm>
|
||||
#define NV(v)#v<<" : "<<(v)
|
||||
#ifdef NDEBUG
|
||||
#define DEBUG(code)
|
||||
#else
|
||||
#define DEBUG(code){code}
|
||||
#endif
|
||||
|
||||
using ll = long long;
|
||||
using std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user