minux_sufe
minux_sufe
全部文章
分类
算法(2)
题解(28)
归档
标签
去牛客网
登录
/
注册
Code Rush
0x00
全部文章
(共1篇)
树状数组&线段树
树状数组 #include <cstdio> #include <cstring> #include <algorithm> using namespace std; typedef long long LL; const int N=100005; in...
树状数组
线段树
2020-07-10
0
558