摘要: 这道题用treap写其实更适合,但是因为要熟悉splay的写法就写一遍splay啦。 然后没什么难的,就当是模版了吧! #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> const int M=1e5+ 阅读全文
posted @ 2017-06-27 21:10 Child-Single 阅读(181) 评论(0) 推荐(0) 编辑