会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
新手-周
博客园
首页
新随笔
联系
管理
订阅
2017年10月31日
bzoj1029
摘要: 堆+贪心(优先队列) 我们先按t2升序排一遍,对于每栋建筑如果可以抢修就修,如果不能就看它是否比之前最大的更优,如果更优,就替换。 #include <stdio.h> #include <algorithm> #include <cstring> #include <cmath> #include
阅读全文
posted @ 2017-10-31 09:41 新手-周
阅读(205)
评论(0)
推荐(0)
编辑
公告