shyyhs
shyyhs
全部文章
日记
DP专题(52)
图论(4)
多校补题(2)
数据结构(27)
数论(4)
未归档(38)
题解(330)
归档
标签
去牛客网
登录
/
注册
shyyhs的博客
全部文章
/ 日记
(共1篇)
mark一下
来自专栏
没想到铜牌题复杂度+自己手敲区间修改&区间查询(没学过)+打铁.. #include <bits/stdc++.h> using namespace std; const int N=2e5+5; struct vv{ int t,x; }w[N],c[N]; bool...
线段树
2020-11-02
6
628