摘要: BZOJ链接 洛谷链接题意模板题啦~×2代码//文艺平衡树#include #include using namespace std;int const N=1e5+10;int n,m;int ... 阅读全文
posted @ 2017-11-30 17:21 VisJiao 阅读(166) 评论(0) 推荐(0) 编辑
摘要: BZOJ链接 洛谷链接题意简述模板题啦~代码//普通平衡树(Splay)#include int const N=1e5+10;int rt,ndCnt;int ch[N][2],fa[N],va... 阅读全文
posted @ 2017-11-30 17:13 VisJiao 阅读(169) 评论(0) 推荐(0) 编辑