会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
popobobo
博客园
首页
新随笔
联系
订阅
管理
2021年1月31日
Splay入门 - AcWing 2437 - Splay
摘要: 伸展树-Splay 对于本题的区间flip操作,线段树难以实现;用splay来做非常合适。 #include <bits/stdc++.h> using namespace std; const int N = 1e5+50; int n,m; struct Node{ int s[2],p,v;
阅读全文
posted @ 2021-01-31 16:20 popozyl
阅读(73)
评论(0)
推荐(0)
编辑
公告