CSP-S 数据结构 树状数组模板题
#include using namespace std; const int N = 1e6 + 10;int n, q;int tr[N];int lowbit(int x){ return x & -x;}void update(i
#include using namespace std; const int N = 1e6 + 10;int n, q;int tr[N];int lowbit(int x){ return x & -x;}void update(i