血腥刽子手
血腥刽子手
全部文章
可持久化数据结构
51nod(2)
c++语法(1)
codeforces(4)
dfs(1)
dp(7)
LCA(2)
WAWAWA(1)
区间dp(3)
字符串(1)
容斥原理(6)
尺取法(1)
数位dp(1)
数据结构(1)
数论(4)
普通筛(1)
最短路(2)
未归档(130)
模板(11)
牛客Wannafly(1)
牛客小白月赛(2)
状态压缩dp(2)
莫比乌斯反演(2)
计算几何(1)
贪心(3)
还没有完全理解的题(1)
归档
标签
去牛客网
登录
/
注册
血腥刽子手的博客
全部文章
/ 可持久化数据结构
(共2篇)
HDU4838 To the moon
http://acm.hdu.edu.cn/showproblem.php?pid=4348 #include"iostream" #include"cstdio" using namespace std; const int maxn=1e5+5; int...
2018-03-04
0
418
51nod 1174 区间中最大的数
#include"iostream" using namespace std; const int maxn=1e4+5; struct Tree { int l,r,Max; }; Tree tree[maxn<<2]; int a[maxn]; void ...
2017-12-04
0
402