摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int maxn = 1e6 + 10; 4 struct node{ 5 int l, r, addv, setv, maxv, minv, sum; 6 }e[maxn * 4]; 阅读全文
posted @ 2020-03-06 19:10 jvruodejxt 阅读(94) 评论(0) 推荐(0) 编辑

Contact with me