码迷,mamicode.com
首页 >  
搜索关键字:简单贪心    ( 82个结果
POJ 2209 The King(简单贪心)
The King Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 7499 Accepted: 4060 Description Once upon a time in a country far away lived a kin ...
分类:其他好文   时间:2017-03-20 18:41:40    阅读次数:207
poj1862 Stripies
思路: 简单贪心。 实现: ...
分类:其他好文   时间:2017-03-19 12:03:53    阅读次数:135
poj3262 Protecting the Flowers
思路: 简单贪心,每次选择性价比最高的。 实现: ...
分类:其他好文   时间:2017-03-19 11:43:05    阅读次数:128
UVA 11292 Dragon of Loowater(简单贪心)
Problem C: The Dragon of Loowater Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem. The shores of Rellau Cre ...
分类:其他好文   时间:2017-03-12 23:29:20    阅读次数:235
大白书第一章
UVA 11292 The Dragon of Loowater(简单贪心) 题意: n条恶龙,m个勇士,用勇士来杀恶龙。一个勇士只能杀一个恶龙。而且勇士只能杀直径不超过自己能力值的恶龙。每个勇士需要支付能力值一样的金币。问杀掉所有恶龙需要的最少金币。 UVA 11729 Commando War( ...
分类:其他好文   时间:2017-03-01 00:06:01    阅读次数:310
PAT (Advanced Level) 1070. Mooncake (25)
简单贪心。先买性价比高的。 ...
分类:其他好文   时间:2016-07-01 20:03:43    阅读次数:191
CodeForces 597B Restaurant
简单贪心。 ...
分类:其他好文   时间:2016-05-07 22:16:18    阅读次数:157
HDU 1789 Doing Homework again
简单贪心。 按分值排序,一个一个取,不能取的对答案就作出了贡献。 ...
分类:其他好文   时间:2016-05-02 16:53:22    阅读次数:197
POJ 3253 Fence Repair
简单贪心,每次合并长度最小的两段,优先级队列维护一下。 #include<cstdio> #include<cstring> #include<cmath> #include<queue> #include<algorithm> using namespace std; const int maxn
分类:其他好文   时间:2016-03-11 13:56:10    阅读次数:106
POJ 3617 Best Cow Line
简单贪心。注意输出格式,每到80个字符就换一行。 #include<cstdio> #include<cstring> #include<cmath> #include<stack> #include<algorithm> using namespace std; const int maxn =
分类:其他好文   时间:2016-03-10 20:15:31    阅读次数:158
82条   上一页 1 2 3 4 5 6 ... 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!