网站首页
编程语言
数据库
系统相关
其他分享
编程问答
luoguP2713
2024-11-06
[luoguP2713] 罗马游戏
题意原题链接维护一个数据结构,要求支持合并集合或删除集合最小值并输出。sol双倍经验,同[luoguP3377]左偏树/可并堆代码#include<iostream>#include<algorithm>#include<cstring>usingnamespacestd;constintN=1000005;structNode{intl,r;int