Loading

摘要: 普通线段树 P3372 【模板1】线段树1 使用线段树进行维护。 #include <iostream> #include <cstring> #include <algorithm> #define int long long using namespace std; const int N = 阅读全文
posted @ 2023-02-19 11:13 SunnyYuan 阅读(18) 评论(1) 推荐(0)