摘要: 用主席树可以在线做,树状数组只能离线。 先放个主席树的。 1 #include<cstdio> 2 #include<iostream> 3 #include<algorithm> 4 #include<queue> 5 #include<set> 6 #include<string> 7 #inc 阅读全文
posted @ 2020-08-20 20:40 Lovaer 阅读(461) 评论(0) 推荐(0) 编辑