摘要:
BZOJ链接 洛谷链接题意模板题啦~×2代码//文艺平衡树#include #include using namespace std;int const N=1e5+10;int n,m;int ... 阅读全文
posted @ 2017-11-30 17:21
VisJiao
阅读(174)
评论(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
阅读(179)
评论(0)
推荐(0)

浙公网安备 33010602011771号