摘要: HDU 1164 #include <bits/stdc++.h> #define DBG(x) cerr << #x << " = " << x << endl using namespace std; typedef long long LL; const int MAXN = 65535 + 阅读全文
posted @ 2020-04-13 14:25 ToRapture 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Implementation #include <bits/stdc++.h> #define DBG(x) cerr << #x << " = " << x << endl using namespace std; typedef long long LL; void qsort(vector<i 阅读全文
posted @ 2020-04-13 12:01 ToRapture 阅读(123) 评论(0) 推荐(0) 编辑