摘要: 1 // luogu-judger-enable-o2 2 #include <cstdio> 3 using namespace std; 4 const int N=1e5+5; 5 long long tree[4*N],a[N],m,n,x,y,z,d,lazy[4*N];//一般数组开成数 阅读全文
posted @ 2019-09-08 14:24 刘子闻 阅读(132) 评论(0) 推荐(0)