会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
starve_to_death
博客园
首页
新随笔
联系
订阅
管理
2020年1月17日
E. Delete a Segment(删除一个区间,让并区间最多)
摘要: 题:https://codeforces.com/contest/1285/problem/E 题意:给定n个区间,最多删除一个区间,让最后的并区间个数最大 #include<bits/stdc++.h> using namespace std; const int M=4e5+5; pair<in
阅读全文
posted @ 2020-01-17 22:00 starve_to_death
阅读(322)
评论(0)
推荐(0)
编辑
公告