该文被密码保护。 阅读全文
posted @ 2019-08-12 19:35 Memory_of_winter 阅读(7) 评论(0) 推荐(0)
摘要: 题目大意:有$n$个数,有$m$次$4$种操作: $n,m\leqslant10^5$ 题解:珂朵莉树模板题 卡点:$split$中写错,写成 it==s.end() C++ Code: 阅读全文
posted @ 2019-08-12 18:39 Memory_of_winter 阅读(123) 评论(0) 推荐(0)