摘要: 这个第二个操作是比较常见的区间nlogn^2的操作,比如区间与,区间根号,区间取模,区间lowbit 第三个操作是维护区间最高位的和,乘二 int a[maxn]; struct seg{ const int mod = 998244353; int t[maxn << 2], lz[maxn << 阅读全文
posted @ 2021-08-13 09:24 wlhp 阅读(18) 评论(0) 推荐(0)