随笔分类 -  树状数组和线段树

摘要:线段树模板(有lazy数组): #include<iostream> using namespace std; #define int long long typedef long long ll; const int N = 2e5 + 10; #define lson rt << 1 // == 阅读全文
posted @ 2021-10-08 21:01 梨花满地 阅读(36) 评论(0) 推荐(0)