会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
刘子闻
试图掌握图论
博客园
首页
新随笔
联系
管理
2019年9月8日
线段树模板
摘要: 1 // luogu-judger-enable-o2 2 #include <cstdio> 3 using namespace std; 4 const int N=1e5+5; 5 long long tree[4*N],a[N],m,n,x,y,z,d,lazy[4*N];//一般数组开成数
阅读全文
posted @ 2019-09-08 14:24 刘子闻
阅读(132)
评论(0)
推荐(0)
公告