摘要: #include #include #include #include #include using namespace std; const int lim = 1e9; int ans[200000]; int c[200000]; struct query { int l, r; int k, cnt; int id; }q[200000], b[200... 阅读全文
posted @ 2017-03-12 11:19 BOSON+CODE 阅读(310) 评论(0) 推荐(0) 编辑