摘要: 题目传送门 点击查看代码 #include<bits/stdc++.h> using namespace std; constexpr int N = 2e5 + 10; using LL = long long; LL a[N], t[2][N]; // a存储原始数据,t是二维树状数组,t[0] 阅读全文
posted @ 2025-11-28 15:41 mark2025 阅读(0) 评论(0) 推荐(0)