2019年12月4日
摘要: #define lc(x) (x<<1) #define rc(x) (x<<1|1) struct tree { int num; int l, r; }node[maxn]; inline void build(int x, int l, int r) { node[x].num = 0; no 阅读全文
posted @ 2019-12-04 14:34 thjkhdf12 阅读(178) 评论(0) 推荐(0)