随笔分类 -  算法

线段树
摘要:#include<iostream> #include <cstring> #include <algorithm> //#define int long long using namespace std; const int N = 500010; int w[N]; int n,m; struc 阅读全文
posted @ 2023-03-14 14:16 IR101 阅读(21) 评论(0) 推荐(0)