摘要:
考试的时候刚了很久. 还是没做出来. 看完了题解才恍然大悟. 贴一发丑陋的两个log常数巨大代码 #include <bits/stdc++.h> using namespace std; const int N=200010; const long long INF=1e18; int n,m,k 阅读全文
摘要:
A题 暴力计算时间即可. #include <bits/stdc++.h> using namespace std; typedef pair<int,int> p; p operator +(const p &_,const p &__){ p ret; ret.second=(_.second+ 阅读全文