摘要: struct stree{ int t[400005],tag[400005]; inline void push_up(int p){ t[p>>1]=max(t[p>>1],t[p]); } inline void push_down(int p){ t[p<<1]=max(t[p<<1],ta 阅读全文
posted @ 2025-08-17 15:48 一位XXS 阅读(8) 评论(0) 推荐(0)