摘要: 洛谷模板:P3372 【线段树1】 #include <bits/stdc++.h> #define int long long using namespace std; const int N = 1e5 + 10; int a[N], d[N << 2], b[N << 2]; int n, q 阅读全文
posted @ 2023-10-15 09:44 筱屿晚 阅读(57) 评论(0) 推荐(0)