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