摘要:
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 阅读全文
posted @ 2012-11-06 18:38
tim11
阅读(279)
评论(0)
推荐(0)
2012年11月6日