随笔分类 - 主席树
摘要:题意 description You are given an array a1,a2,...,an(∀i∈[1,n],1≤ai≤n). Initially, each element of the array is unique . Moreover, there are m instructio
阅读全文
摘要:``` include include include int const maxn = 200010; using namespace std; int a[maxn], b[maxn]; //第几个版本的根节点编号 int root[maxn 1; build(lc[rt], l, mid);
阅读全文
搜索
积分与排名
- 积分 - 116424
- 排名 - 12854
阅读排行榜
- 1. Unknown column '××' in 'where clause',出现这个问题,如何处理?(52325)
- 2. Chrome浏览器 HTML5看视频卡顿(13270)
- 3. Ubuntu将Python3软连接到Python(11039)
- 4. make_heap()等函数的用法(8913)
- 5. lower_bound() 函数使用详解(7312)
- 6. 如何配置Python环境(6951)
- 7. 2019第十届蓝桥杯C/C++(6500)
- 8. C语言函数返回值和变量类型(6101)
- 9. mysql 安装失败 start service执行不下去(5204)
- 10. 如何更改鼠标右键新建内容(5115)
最新评论
- 1. Re:数据离散化
大佬,这题需要先排序吧
- --挑灯c
- 2. Re:2019蓝桥杯国赛备赛题库
希尔伯特曲线的答案应该是m-y+1
- --ajay丶
- 3. Re:对局匹配(动态规划)
大佬,这个K==0的处理好像还是不太对啊,改成ans += min(num[i],1);会不会好一点?
- --洛斯马里
- 4. Re:对局匹配(动态规划)
- #include <bits/stdc++.h> using namespace std; int n,k; int cnt[300005]; int dp[300005]; long long su...
- --clorm
- 5. Re:对局匹配(动态规划)
- @阳离子 大佬,我又有一个疑问了,这个mint不是一直等于0的么,好像dp的时候,那里预处理不用加上去的...
- --clorm