yuwj  

2025年9月25日

摘要: abc388 D 线段树板子改两行,支持单点查询,区间加就完了 没有思维难度,存板子没有码量 template <class Info> struct SegmentTree { struct Node { int l, r; Info info; int tag; }; std::vector<N 阅读全文
posted @ 2025-09-25 22:29 xiaowang524 阅读(7) 评论(0) 推荐(0)