该文被密码保护。 阅读全文
posted @ 2018-02-07 22:32 noble_(noblex) 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 题目 传送到洛谷QWQ 分析 把求区间第k大的改一改就ok了。 代码 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int N=500010; 4 int root[N*40], ls[N*40], rs[N*40], sum[N 阅读全文
posted @ 2018-02-07 17:03 noble_(noblex) 阅读(148) 评论(0) 推荐(0) 编辑
/* */