上一页 1 2 3 4 5 6 7 8 9 ··· 57 下一页

2017年6月28日

HDU1205 吃糖果【水题】

摘要: 吃糖果Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 39753 Accepted Submissio... 阅读全文

posted @ 2017-06-28 12:13 海岛Blog 阅读(186) 评论(0) 推荐(0)

HDU2568 前进【水题】

摘要: 前进Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 7326 Accepted Submission(... 阅读全文

posted @ 2017-06-28 11:22 海岛Blog 阅读(184) 评论(0) 推荐(0)

2017年6月27日

HDU2519 新生晚会【组合计算】

摘要: 新生晚会Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 14344 Accepted Submissi... 阅读全文

posted @ 2017-06-27 09:57 海岛Blog 阅读(231) 评论(0) 推荐(0)

NUC1776 Tiling Up Blocks【二维最长上升子序列+DP】

摘要: Tiling Up Blocks时间限制: 1000ms 内存限制: 10000KB通过次数: 2总提交次数: 2问题描述Michael The Kid receives an interesting game set from his grandparent as ... 阅读全文

posted @ 2017-06-27 06:27 海岛Blog 阅读(235) 评论(0) 推荐(0)

NUC1840 Graveyard Design【尺取法】

摘要: Graveyard Design时间限制: 10000ms 内存限制: 64000KB通过次数: 1总提交次数: 1问题描述King George has recently decided that he would like to have a new design... 阅读全文

posted @ 2017-06-27 06:11 海岛Blog 阅读(137) 评论(0) 推荐(0)

NUC1429 WERTYU【输入输出】

摘要: WERTYU时间限制: 1000ms 内存限制: 65535KB通过次数: 1总提交次数: 1问题描述A common typing error is to place the hands on the keyboard one row to the right of... 阅读全文

posted @ 2017-06-27 06:04 海岛Blog 阅读(243) 评论(0) 推荐(0)

NUC1131 Triangle【DP】

摘要: Triangle时间限制: 1000ms 内存限制: 65536KB通过次数: 1总提交次数: 1问题描述图1表示一个数字三角形。73 88 1 02 7 4 44 5 2 6 5(图1)编写一个程序可以按照一种路线求得所划数字... 阅读全文

posted @ 2017-06-27 05:54 海岛Blog 阅读(176) 评论(0) 推荐(0)

NUC1154 Vertical Histogram【打印图案】

摘要: Vertical Histogram时间限制: 1000ms 内存限制: 10000KB通过次数: 1总提交次数: 1问题描述Write a program to read four lines of upper case (i.e., all CAPITAL LET... 阅读全文

posted @ 2017-06-27 05:36 海岛Blog 阅读(174) 评论(0) 推荐(0)

NUC1158 Lake Counting【DFS】

摘要: Lake Counting时间限制: 1000ms 内存限制: 65536KB通过次数: 1总提交次数: 1问题描述Due to recent rains, water has pooled in various places in Farmer John's fie... 阅读全文

posted @ 2017-06-27 05:29 海岛Blog 阅读(226) 评论(0) 推荐(0)

UVALive5170 UVA231 POJ1887 Testing the CATCHER【最长下降子序列+DP+二分搜索】

摘要: Testing the CATCHERTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 18192 Accepted: 6687DescriptionA military contractor for ... 阅读全文

posted @ 2017-06-27 00:25 海岛Blog 阅读(168) 评论(0) 推荐(0)

2017年6月26日

POJ1609 UVALive2815 UVA1196 ZOJ1787 Tiling Up Blocks【二维最长上升子序列+DP】

摘要: Tiling Up BlocksTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 5882 Accepted: 2293DescriptionMichael The Kid receives an in... 阅读全文

posted @ 2017-06-26 23:27 海岛Blog 阅读(143) 评论(0) 推荐(0)

UVALive3638 UVA12100 POJ3125 HDU1972 Printer Queue【队列+模拟】

摘要: Printer QueueTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 5332 Accepted: 2739DescriptionThe only printer in the computer ... 阅读全文

posted @ 2017-06-26 10:23 海岛Blog 阅读(135) 评论(0) 推荐(0)

UVA10391 ZOJ1825 Compound Words【SET+暴力】

摘要: Compound WordsTime Limit: 5 Seconds Memory Limit: 32768 KBYou are to find all the two-word compound words in a dictionary. A two-... 阅读全文

posted @ 2017-06-26 08:46 海岛Blog 阅读(143) 评论(0) 推荐(0)

NUC1157 To the Max【最大子段和+DP】

摘要: To the Max时间限制: 1000ms 内存限制: 65536KB通过次数: 1总提交次数: 1问题描述Given a two-dimensional array of positive and negative integers, a sub-rectangl... 阅读全文

posted @ 2017-06-26 08:04 海岛Blog 阅读(166) 评论(0) 推荐(0)

NUC1399 Sum It Up【DFS】

摘要: Sum It Up时间限制: 1000ms 内存限制: 65535KB通过次数: 1总提交次数: 1问题描述Given a specified total t and a list of n integers, find all distinct sums using... 阅读全文

posted @ 2017-06-26 07:53 海岛Blog 阅读(148) 评论(0) 推荐(0)

NUC1742 Subsequence【前缀和+二分搜索+尺取法】

摘要: Subsequence时间限制: 1000ms 内存限制: 65536KB通过次数: 1总提交次数: 1问题描述A sequence of N positive integers (10 #include using namespace std;const int N... 阅读全文

posted @ 2017-06-26 07:48 海岛Blog 阅读(321) 评论(0) 推荐(0)

NUC1371 Who's in the Middle【中位数+排序】

摘要: Who's in the Middle时间限制: 1000ms 内存限制: 65535KB通过次数: 1总提交次数: 1问题描述FJ is surveying his herd to find the most average cow. He wants to kno... 阅读全文

posted @ 2017-06-26 07:39 海岛Blog 阅读(156) 评论(0) 推荐(0)

NUC1312 Sum【水题+数学题】

摘要: Sum时间限制: 1000ms 内存限制: 65536KB通过次数: 1总提交次数: 1问题描述认为自然数是从1—N。将每个数和+或-联系起来,然后计算这个表达式的值我们得到一个和S。这个问题就是怎样用1-N之间的数来得到给定的和S,并且使N最小。对于给定的S,根据题... 阅读全文

posted @ 2017-06-26 07:33 海岛Blog 阅读(178) 评论(0) 推荐(0)

2017年6月25日

POJ2100 Graveyard Design【尺取法】

摘要: Graveyard DesignTime Limit: 10000MS Memory Limit: 64000KTotal Submissions: 7094 Accepted: 1733Case Time Limit: 2000MSDescriptionKing G... 阅读全文

posted @ 2017-06-25 21:10 海岛Blog 阅读(151) 评论(0) 推荐(0)

UVALive3399 UVA1210 POJ2739 Sum of Consecutive Prime Numbers【素数筛选+尺取法】

摘要: Sum of Consecutive Prime NumbersTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 25286 Accepted: 13793DescriptionSome positiv... 阅读全文

posted @ 2017-06-25 15:56 海岛Blog 阅读(127) 评论(0) 推荐(0)

POJ3320 Jessica's Reading Problem【尺取法】

摘要: Jessica's Reading ProblemTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 12441 Accepted: 4234DescriptionJessica's a very lov... 阅读全文

posted @ 2017-06-25 12:22 海岛Blog 阅读(119) 评论(0) 推荐(0)

POJ2566 ZOJ1964 Bound Found【前缀和+排序+尺取法】

摘要: Bound FoundTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 4085 Accepted: 1266 Special JudgeDescriptionSignals of most proba... 阅读全文

posted @ 2017-06-25 10:36 海岛Blog 阅读(151) 评论(0) 推荐(0)

POJ3061 ZOJ3123 Subsequence【前缀和+二分搜索+尺取法】

摘要: SubsequenceTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 14836 Accepted: 6272DescriptionA sequence of N positive integers ... 阅读全文

posted @ 2017-06-25 07:48 海岛Blog 阅读(198) 评论(0) 推荐(0)

UVALive2678 UVA1121 Subsequence【前缀和+二分搜索+尺取法】

摘要: SequenceA sequence of N positive integers (10 > Europe - Southeastern问题链接:UVALive2678 UVA1121 Subsequence。题意简述:求长度为n的序列的一个子序列的最小长度,满足该... 阅读全文

posted @ 2017-06-25 07:33 海岛Blog 阅读(204) 评论(0) 推荐(0)

NUC1196 Sum【水题+数学题】

摘要: Sum时间限制: 1000ms 内存限制: 65536KB通过次数: 1总提交次数: 1问题描述Consider the natural numbers from 1 to N. By associating to each number a sign (+ or -... 阅读全文

posted @ 2017-06-25 05:24 海岛Blog 阅读(156) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 57 下一页

导航