Fork me on GitHub
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1284递推公式:dp[i] = sum(dp[i], dp[i-C])/*钱币兑换问题Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 655... 阅读全文
posted @ 2015-02-16 18:01 I'm coding 阅读(668) 评论(0) 推荐(0) 编辑