10 2013 档案

摘要://参考了别人的代码,又改进了一下,只用一个数组进行标记,理解了其实也是很简单的……#include #include const int N = 1000005;int c, res, a[N*4][4], flag[N*4][4], len[N*4];void pushDown( int rt ... 阅读全文
posted @ 2013-10-20 20:21 YaLing 阅读(184) 评论(0) 推荐(0)