摘要:
线段树是一种维护区间和等功能的数据结构 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
阅读(37)
评论(0)
推荐(0)
浙公网安备 33010602011771号