摘要: 分析:这个题,离线的话就是水题,如果强制在线,其实和离线一个思路,然后硬上主席树就行了 离线的代码 #include <iostream> #include <stdio.h> #include <string.h> #include <algorithm> using namespace std; 阅读全文
posted @ 2016-04-07 14:24 shuguangzw 阅读(183) 评论(0) 推荐(0)