会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wanxue
博客园
首页
新随笔
联系
订阅
管理
公告
2024年5月26日
#
线段树结构体模板
摘要: 线段树是一种维护区间和等功能的数据结构 struct SegTree{ struct node{ int l,r,sum,len,laz; }tree[N<<2]; inline void pushdown(int u){ int lson=u<<1,rson=lson|1; tree[lson].
阅读全文
posted @ 2024-05-26 15:00 thelatersnow
阅读(9)
评论(0)
推荐(0)
编辑
Powered by:
博客园
Copyright © 2024 thelatersnow
Powered by .NET 9.0 on Kubernetes