发表评论取消回复
相关阅读
相关 51nod 1163 (贪心+优先队列)
有N个任务,每个任务有一个最晚结束时间以及一个对应的奖励。在结束时间之前完成该任务,就可以获得对应的奖励。完成每一个任务所需的时间都是1个单位时间。有时候完成所有任务是不可能的
相关 51nod 1191(贪心+优先队列)
有N只兔子,每只有一个血量B\[i\],需要用箭杀死免子。有M种不同类型的箭可以选择,每种箭对兔子的伤害值分别为D\[i\],价格为P\[i\](1 <= i <= M)。假设
相关 51nod 1117(贪心+优先队列)
一位老木匠需要将一根长的木棒切成N段。每段的长度分别为L1,L2,......,LN(1 <= L1,L2,…,LN <= 1000,且均为整数)个长度单位。我们认为切割时仅在
相关 D - Expedition POJ - 2431——桶排序+贪心+优先队列
Think: 1题意一个卡车需要到小镇修理,他有一个无限加油箱,耗油量为每单位行程1单位耗油量,路上会经过加油站,假设已小镇作为坐标原点,则给出加油站的一维线性位置和储油量
相关 POJ 3614 Sunscreen(优先队列)
> Sunscreen > Time Limit: 1000MS Memory Limit: 65536K > Total Submissions: 8404 Acce
相关 POJ 3465 Battle(优先队列+贪心模拟)
You're Zhu Rengong, a formidable hero. After a number of challenging missions, you are f
相关 #433 - C. Planning(贪心,优先队列)
-------------------- 题目连接:[http://codeforces.com/contest/854/problem/C][http_codeforces
相关 Stripies POJ - 1862 (贪心+优先队列,注意输出)
Our chemical biologists have invented a new very useful form of life called stripies (in
相关 Expedition POJ - 2431 (贪心+优先队列)
A group of cows grabbed a truck and ventured on an expedition deep into the jungle. Bein
相关 POJ 2431 - Expedition (贪心 优先队列)
Description A group of cows grabbed a truck and ventured on an expedition deep into the
还没有评论,来说两句吧...