会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
invoid
首页
新随笔
管理
2016年7月20日
POJ–2104 K-th Number
摘要: 主席树。 主席树复习,这道题是主席树的经典入门了吧。。 无修改区间第k大。 #include #include #include using namespace std; const int maxn = 200000 + 10; const int maxm = 5000000 + 10; /* void build(int &x,int L,int R) { if(!x)...
阅读全文
posted @ 2016-07-20 21:37 invoid
阅读(219)
评论(0)
推荐(0)
编辑
公告