HDU 4107

線段樹的題目ui #include <cstdio> #define LL(x) x << 1 #define RR(x) x << 1 | 1 const int MAXN = 200000 + 123; struct NODE { int l, r, rmax, rmin; int lazy; int mid() { return (l + r)
相關文章
相關標籤/搜索