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 阅读(135) 评论(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 阅读(130) 评论(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 阅读(138) 评论(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 阅读(160) 评论(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 阅读(143) 评论(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 阅读(315) 评论(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 阅读(169) 评论(0) 推荐(0) 编辑

导航