首页 > 数列操作
头像 sunny_forever
发表于 2021-08-21 19:06:46
打鼹鼠 二维前缀和 + 树状数组(二维) Code #include <bits/stdc++.h> using namespace std; typedef long long ll; const int N = 5000; ll tr[N][N]; int n,m; int 展开全文
头像 minux_sufe
发表于 2020-07-11 01:20:55
#include <cstdio> #include <cstring> using namespace std; typedef long long LL; const int N=1e6+5; LL tr[N]; int n, q; inline int lowbit 展开全文

等你来战

查看全部