摘要: 树状数组模板一 树状数组模板一 #include<bits/stdc++.h> using namespace std; using ll = long long; const int N = 5e5+10; int a[N],t[N]; int n,m; int lowbit(int x) { r 阅读全文
posted @ 2025-03-25 21:16 Alaso_shuang 阅读(44) 评论(0) 推荐(0)
2 3
4