
贪心
要认认真真
这个作者很懒,什么都没留下…
展开
-
Doing Homework again --贪心
//1789#include#include#includeusing namespace std;struct E{ int deadline; int score; int isuse;}buf[1001];bool cmp(E a,E b){ if(a.score!=b.score){ return a.s原创 2014-05-06 21:27:17 · 278 阅读 · 0 评论 -
今年暑假不AC --贪心
http://acm.hdu.edu.cn/showproblem.php?pid=2037原创 2014-05-06 21:29:57 · 284 阅读 · 0 评论 -
Fighting for HDU
Fighting for HDU Time Limit : 3000/1000ms (Java/Other) Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 127 Accepted Submission(s) : 59Problem Description在上一回,我们让你猜测海东集团用地原创 2014-05-22 20:00:13 · 311 阅读 · 0 评论 -
Max Sum
Max Sum Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 60 Accepted Submission(s) : 29Problem DescriptionGiven a sequence a[1],a[2],a[3]原创 2014-05-26 17:29:38 · 278 阅读 · 0 评论 -
FatMouse' Trade
FatMouse' Trade Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 381 Accepted Submission(s) : 112Problem DescriptionFatMouse prepared M p原创 2014-05-28 13:42:34 · 424 阅读 · 0 评论 -
The Horse Racing
hdu-1052-Tian Ji -- The Horse Racing原创 2014-05-06 21:32:48 · 409 阅读 · 0 评论 -
Wooden Sticks--贪心
http://acm.hdu.edu.cn/webcontest/contest_showproblem.php?pid=1006&ojid=0&cid=6774&hide=0原创 2014-05-06 22:24:16 · 343 阅读 · 0 评论