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) 编辑

导航