摘要: Brakerts 每次询问一个区间都根据最开始的线段树在询问的区间重建一棵线段树 view code#include #include #include #include #define lson l,m,rt using namespace std; typedef long long LL; const int N = 200010; int _, n, Q; char s... 阅读全文
posted @ 2015-05-05 23:39 ForeverEnjoy 阅读(404) 评论(0) 推荐(0) 编辑