摘要:
constexpr int N = 10001; struct Heap{ int datA[N]; // start from 1 int siz; // int (*topper)(int, int); #define topper(a, b) ((a)<(b)) void up(int id) 阅读全文
摘要:
#include <algorithm> using std::min; using std::max; typedef unsigned long long ull; typedef long long ll; constexpr ull BASE = 100000000; constexpr u 阅读全文