贪心
zugofn
这个作者很懒,什么都没留下…
展开
-
POJ:3069 Saruman's Army(贪心)
Saruman's Army Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6801 Accepted: 3493 Description Saruman the White must lead his army along a straight path f原创 2016-04-14 21:15:08 · 319 阅读 · 0 评论 -
Codeforces 500C:New Year Book Reading(思维+贪心?)
C. New Year Book Reading time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output New Year is coming, and Jaehyun de原创 2016-09-28 22:26:05 · 489 阅读 · 0 评论 -
HDU:5773 The All-purpose Zero(LIS-n*logn解法+思维+技巧)
The All-purpose Zero Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 1618 Accepted Submission(s): 774 Problem Description ?? gets an原创 2016-08-13 10:29:37 · 294 阅读 · 0 评论 -
HDU:1051 Wooden Sticks(贪心+动态规划DP||LIS?)
Wooden Sticks Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 18567 Accepted Submission(s): 7574 Problem Description There is a原创 2016-08-11 16:15:56 · 494 阅读 · 0 评论 -
HDU:1257 最少拦截系统(贪心+动态规划DP||LIS?)
最少拦截系统 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 34541 Accepted Submission(s): 13617 Problem Description 某国为了防御敌国的导弹袭击,发展出原创 2016-08-11 09:49:15 · 2921 阅读 · 0 评论 -
HDU:1598 find the most comfortable road(并查集+贪心)
find the most comfortable road Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 6485 Accepted Submission(s): 2767 Problem Descriptio原创 2016-08-04 21:26:25 · 649 阅读 · 0 评论 -
Codeforces 597B: Restaurant(贪心+结构体排序)
B. Restaurant time limit per test 4 seconds memory limit per test 256 megabytes input standard input output standard output A restaurant received n orders for the rental原创 2016-07-22 00:16:34 · 610 阅读 · 0 评论 -
HDU:2546 饭卡(经典01背包+贪心)
饭卡 Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 23337 Accepted Submission(s): 8207 Problem Description 电子科大本部食堂的饭卡有一种很诡异的设计,即原创 2016-08-15 20:03:55 · 477 阅读 · 0 评论 -
HDU:2037 今年暑假不AC(简单贪心+结构体)
今年暑假不AC Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 46762 Accepted Submission(s): 25083 Problem Description “今年暑假不AC?” “是的。原创 2016-07-19 18:02:48 · 363 阅读 · 0 评论 -
Codeforces 373C:Counting Kangaroos is Fun(二分+贪心)
C. Counting Kangaroos is Fun time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output There are n kangaroos with pock原创 2016-07-28 00:34:02 · 614 阅读 · 0 评论 -
HDU:1052 Tian Ji -- The Horse Racing(贪心)
Tian Ji -- The Horse Racing Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 11496 Accepted Submission(s): 3218 Problem Description转载 2016-07-22 23:50:16 · 268 阅读 · 0 评论 -
Codeforces 698A: Vacations(贪心)
A. Vacations time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Vasya has n days of vacations! So he decided to原创 2016-07-22 23:40:45 · 522 阅读 · 0 评论 -
POJ:1328 Radar Installation(贪心)
Radar Installation Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 75336 Accepted: 16857 Description Assume the coasting is an infinite straight line. Land原创 2016-07-22 23:27:35 · 259 阅读 · 0 评论 -
HDU:1789 Doing Homework again(经典贪心)
Doing Homework again Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 11332 Accepted Submission(s): 6661 Problem Description Igna原创 2016-07-22 23:12:16 · 343 阅读 · 0 评论 -
POJ:1716 Integer Intervals(贪心)
Integer Intervals Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 14484 Accepted: 6153 Description An integer interval [a,b], a Write a program that: fin原创 2017-03-16 20:31:22 · 508 阅读 · 0 评论