摘要: #define lson l,m,rt>1; build(lson); build(rson); pushup(rt);}void pushdown(int l,int r,int rt){ if(lazy[rt]) { ... 阅读全文
posted @ 2018-05-16 17:19 Apale 阅读(106) 评论(0) 推荐(0)