摘要: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3597他人具体代码:View Code #include<cstdio>#include<cstring>#include<algorithm>using namespace std;#define lson l,m,x<<1#define rson m+1,r,x<<1|1const int maxn = 100010;int Max[maxn<<2],col[maxn<<2];stru 阅读全文