热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

[2017.11.29]BZOJ4825[Hnoi2017]单旋

1#include2#defineM1000103#defineRGregister4#defineinf0x3f3f3f3f5usingnamespacestd;6boolrev
  1 #include
  2 #define M 100010
  3 #define RG register
  4 #define inf 0x3f3f3f3f
  5 using namespace std;
  6 bool rev[M];
  7 set<int> tr;
  8 set<int>::iterator it;
  9 int m,rt,tp,big,cnt,cur,dau,dep,loc,sml,sum,tmp,c[M],fa[M],sz[M],dad[M],key[M],srt[M],sta[M],ch[2][M],son[2][M];
 10 inline int gi(){
 11     RG int x=0;RG char y=getchar();
 12     while(y<0||y>9) y=getchar();
 13     while(y>=0&&y<=9) x=x*10+y-0,y=getchar();
 14     return x;
 15 }
 16 inline bool cmp(RG const int &x,RG const int &y){
 17     return key[x]<key[y];
 18 }
 19 inline bool isroot(RG int x){
 20     return son[0][fa[x]]!=x&&son[1][fa[x]]!=x;
 21 }
 22 inline void pushdown(RG int x){
 23     rev[x]=0;
 24     rev[son[0][x]]^=1;
 25     rev[son[1][x]]^=1;
 26     swap(son[0][x],son[1][x]);
 27 }
 28 inline void pushup(RG int x){
 29     sz[x]=sz[son[0][x]]+sz[son[1][x]]+1;
 30 }
 31 inline void rot(RG int x){
 32     RG int f=fa[x],ff=fa[f];
 33     RG bool dir=son[1][f]==x;
 34     if(!isroot(f)) son[son[1][ff]==f][ff]=x;
 35     fa[x]=ff;
 36     son[dir][f]=son[dir^1][x];
 37     fa[son[dir^1][x]]=f;son[dir^1][x]=f;fa[f]=x;
 38     pushup(f);pushup(x);
 39 }
 40 inline void spl(RG int x){
 41     tp=0;sta[++tp]=x;
 42     for (RG int i=x;!isroot(i);i=fa[i])
 43     sta[++tp]=fa[i];
 44     for (RG int i=tp;i;--i)
 45     if(rev[sta[i]])
 46         pushdown(sta[i]);
 47     while(!isroot(x)){
 48     RG int f=fa[x],ff=fa[f];
 49     if(!isroot(f)){
 50         if((son[0][ff]==f)^(son[1][f]==x)) rot(x);
 51         else                               rot(f);
 52     }
 53     rot(x);
 54     }
 55 }
 56 inline void acs(RG int x){
 57     RG int y=0;
 58     while(x){
 59     spl(x);
 60     son[1][x]=y;
 61     pushup(x);
 62     y=x;x=fa[x];
 63     }
 64 }
 65 inline void mkrt(RG int x){
 66     acs(x);spl(x);
 67     rev[x]^=1;
 68 }
 69 inline int query(RG int x){
 70     mkrt(rt);
 71     acs(x);spl(x);
 72     return sz[x];
 73 }
 74 inline void link(RG int x,RG int y){
 75     if(!x||!y||x==y) return;
 76     mkrt(x);fa[x]=y;
 77 }
 78 inline void cut(RG int x,RG int y){    
 79     if(!x||!y||x==y) return;
 80     mkrt(x);acs(y);spl(y);
 81     fa[x]=son[0][y]=0;pushup(y);
 82 }
 83 inline void update(RG int x,RG bool op1,RG bool op2){
 84     RG int f=dad[x];dau=ch[op1][x];
 85     if(op2&&x==rt) rt=dau;
 86     if(!op2) ch[op1][x]=rt,dad[rt]=x,dad[x]=0;
 87     ch[op1^1][f]=dau;dad[dau]=f;
 88     if(op2) ch[op1][x]=dad[x]=0;
 89 }
 90 int main(){
 91     freopen("splay.in","r",stdin);
 92     freopen("splay.out","w",stdout);
 93     m=gi();
 94     for (RG int i=1;i<=m;++i){
 95     c[i]=gi();srt[i]=i;
 96     key[i]=c[i]<2?gi():inf;
 97     }
 98     sort(srt+1,srt+m+1,cmp);
 99     for (RG int i=1;i<=m&&c[srt[i]]<2;++i)
100     key[srt[i]]=++sum;
101     tr.insert(-inf);tr.insert(inf);
102     for (RG int i=1;i<=m;++i)
103     if(c[i]==1){
104         if(!cnt){
105         rt=key[i];
106         puts("1");
107         }
108         else{
109         it=tr.upper_bound(key[i]);
110         big=*it;--it;sml=*it;dep=0;
111         if(sml>-inf){tmp=query(sml);if(deptmp;} 
112         if(bigif(deptmp;} 
113         dad[key[i]]=loc;ch[key[i]>loc][loc]=key[i];link(loc,key[i]);
114         printf("%d\n",dep+1);
115         }
116         tr.insert(key[i]);++cnt;
117     }
118     else if(c[i]==2)
119         if(cnt==1) puts("1");
120         else{
121         it=tr.begin();++it;
122         cur=*it;RG int f=dad[cur];dau=ch[1][cur];printf("%d\n",query(cur));
123         if(cur!=rt) cut(cur,f),cut(cur,dau),link(cur,rt),link(f,dau),update(cur,1,0),rt=cur;
124         }
125     else if(c[i]==3)
126         if(cnt==1) puts("1");
127         else{
128         it=tr.end();--it;--it;
129         cur=*it;RG int f=dad[cur];dau=ch[0][cur];printf("%d\n",query(cur));
130         if(cur!=rt) cut(cur,f),cut(cur,dau),link(cur,rt),link(f,dau),update(cur,0,0),rt=cur;
131         }
132     else if(c[i]==4){
133         --cnt;
134         if(!cnt){
135         puts("1");
136         tr.erase(tr.find(rt));
137         rt=0;
138         }
139         else{
140         it=tr.begin();++it;
141         cur=*it;RG int f=dad[cur];dau=ch[1][cur];
142         printf("%d\n",query(cur));
143         cut(cur,f),cut(cur,dau),link(f,dau),tr.erase(cur);update(cur,1,1);
144         }      
145     }  
146     else{
147         --cnt;
148         if(!cnt){
149         puts("1");
150         tr.erase(tr.find(rt));
151         rt=0;
152         }
153         else{
154         it=tr.end();--it;--it;
155         cur=*it;RG int f=dad[cur];dau=ch[0][cur];printf("%d\n",query(cur));
156         cut(cur,f),cut(cur,dau),link(f,dau),tr.erase(cur);update(cur,0,1);
157         }      
158     }  
159     return 0;
160 }

[2017.11.29]BZOJ4825[Hnoi2017]单旋


推荐阅读
  • SQL Server 存储过程实践任务(第二部分)
    本文档详细介绍了三个SQL Server存储过程的创建与使用方法,包括统计特定类型客房的入住人数、根据房间号查询客房详情以及删除特定类型的客房记录。 ... [详细]
  • 在编程实践中,正确管理和释放资源是非常重要的。本文将探讨 Python 中的 'with' 关键字及其背后的上下文管理器机制,以及它们如何帮助我们更安全、高效地管理资源。 ... [详细]
  • 材料光学属性集
    材料光学属性集概述了材料在不同光谱下的光学行为,包括可见光透射率、太阳光透射率等关键参数。 ... [详细]
  • 在 Django 模型中,ForeignKey 的 on_delete 参数定义了当关联对象被删除时,当前模型实例的行为。本文详细解释了 on_delete 的各个选项及其具体作用。 ... [详细]
  • 本文提供了《汇编语言 第3版》中检测点11.2的详细参考答案,包括了各指令执行后的状态标志分析。 ... [详细]
  • 题目编号:2049 [SDOI2008]Cave Exploration。题目描述了一种动态图操作场景,涉及三种基本操作:断开两个节点间的连接(destroy(a,b))、建立两个节点间的连接(connect(a,b))以及查询两节点是否连通(query(a,b))。所有操作均确保图中无环存在。 ... [详细]
  • 本文介绍了一个使用mii-tool工具检查网络接口状态的Bash脚本,并将结果记录到日志文件中。 ... [详细]
  • 本文探讨了如何在Windows程序中实现高精度的定时控制,特别是针对需要精确控制发包频率的应用场景,如“小兵以太网测试仪”。 ... [详细]
  • 本文详细介绍了进程、线程和协程的概念及其之间的区别与联系。进程是在内存中运行的独立实体,具有独立的地址空间和资源;线程是操作系统调度的基本单位,属于进程内部;协程则是用户态下的轻量级调度单元,性能更高。 ... [详细]
  • Python 日志记录模块详解
    日志记录机制是软件开发中不可或缺的一部分,它帮助开发者追踪和调试程序运行时的各种异常。Python 提供了内置的 logging 模块,使我们在代码中记录和管理日志信息变得更加方便。本文将详细介绍如何使用 Python 的 logging 模块。 ... [详细]
  • 题目描述:计算从起点到终点的最小能量消耗。如果下一个单元格的风向与当前单元格相同,则消耗为0,否则为1。共有8个可能的方向。 ... [详细]
  • 本文介绍如何通过参数化查询来防止SQL注入攻击,确保数据库的安全性。示例代码展示了在C#中使用参数化查询添加学生信息的方法。 ... [详细]
  • AngularJS 控制器详解
    本文通过一个示例详细介绍了 AngularJS 控制器的使用方法,并探讨了控制器之间数据共享的问题。 ... [详细]
  • Vulnhub DC3 实战记录与分析
    本文记录了在 Vulnhub DC3 靶机上的渗透测试过程,包括漏洞利用、内核提权等关键步骤,并总结了实战经验和教训。 ... [详细]
  • 2019-2020学年 20174325 叶竞蔚 《网络对抗技术》实验六:Metasploit基础应用
    本实验旨在掌握Metasploit框架的基本应用方法,重点学习三种常见的攻击方式及其实施思路。实验内容包括一次主动攻击(如MS08-067)、一次针对浏览器的攻击(如MS11-050)以及一次针对客户端的攻击(如Adobe漏洞利用)。此外,还包括成功应用一个辅助模块。 ... [详细]
author-avatar
雷神鑫源义_341
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有