Compare commits

..

No commits in common. "c8e8f1f0cb8e9f8473a0b6d1fcb222e6453c34d3" and "cdf8358f3c6bb81d8b8cd2e1da91b6856f2dcfe4" have entirely different histories.

97 changed files with 2148159 additions and 2148166 deletions

View File

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