2015年1月24日

UVa 10192 Vacation (最长公共子序列)

摘要: VacationTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %lluDescriptionThe ProblemYou are planning to take some rest and to go out on v... 阅读全文

posted @ 2015-01-24 09:19 TopCoder 阅读(153) 评论(0) 推荐(0) 编辑

2015年1月23日

HUNNU 11313 最长公共子序列(LCS)

摘要: 题目:http://acm.hunnu.edu.cn/online/?action=problem&type=show&id=11313 1 #include 2 #include 3 #include 4 using namespace std; 5 const int maxn=200+10; ... 阅读全文

posted @ 2015-01-23 19:23 TopCoder 阅读(138) 评论(0) 推荐(0) 编辑

HDU 2069 Coin Change (经典DP)

摘要: Coin ChangeTime Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 14500Accepted Submission(s): 4879Proble... 阅读全文

posted @ 2015-01-23 18:43 TopCoder 阅读(218) 评论(0) 推荐(0) 编辑

UVa 674 Coin Change (经典DP)

摘要: Coin ChangeTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %lluSuppose there are 5 types of coins: 50-cent, 25-cent, 10-cent, 5-cent, a... 阅读全文

posted @ 2015-01-23 18:39 TopCoder 阅读(193) 评论(0) 推荐(0) 编辑

UVa 10131 Is Bigger Smarter? (LDS+数据结构排序)

摘要: Is Bigger Smarter?Time Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %llu Submit Status DescriptionQuestion 1: Is Bigger Smarter?The Probl... 阅读全文

posted @ 2015-01-23 16:47 TopCoder 阅读(296) 评论(0) 推荐(0) 编辑

2015年1月22日

UVa 10066 The Twin Towers(最长公共子序列)

摘要: The Twin TowersTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %lluDescriptionOnce upon a time, in an ancient Empire, there were two to... 阅读全文

posted @ 2015-01-22 18:07 TopCoder 阅读(180) 评论(0) 推荐(0) 编辑

UVa 507 Jill Rides Again (最大连续子序列)

摘要: Jill Rides AgainTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %llu Submit Status Description Jill Rides AgainJill likes to ride her b... 阅读全文

posted @ 2015-01-22 11:17 TopCoder 阅读(255) 评论(0) 推荐(0) 编辑

2015年1月21日

POJ 1038 Bugs Integrated, Inc.(状态压缩)

摘要: Bugs Integrated, Inc.Time Limit: 15000MSMemory Limit: 30000KTotal Submissions: 9088Accepted: 3472Case Time Limit: 5000MSDescriptionBugs Integrated, In... 阅读全文

posted @ 2015-01-21 17:51 TopCoder 阅读(472) 评论(0) 推荐(0) 编辑

UVa 227 Puzzle

摘要: PuzzleTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %llu Submit Status DescriptionA children's puzzle that was popular 30 years ago c... 阅读全文

posted @ 2015-01-21 17:28 TopCoder 阅读(145) 评论(0) 推荐(0) 编辑

2015年1月19日

HDU 1024 Max Sum Plus Plus (最大和子序列增强版:求规定下标内的最大值)

摘要: Max Sum Plus PlusTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 17906Accepted Submission(s): 5864... 阅读全文

posted @ 2015-01-19 20:22 TopCoder 阅读(128) 评论(0) 推荐(0) 编辑

导航