上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 33 下一页
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=4283 You Are the OneTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Sub... 阅读全文
posted @ 2014-07-26 11:30 疯狂的癫子 阅读(201) 评论(0) 推荐(0)
摘要: http://poj.org/problem?id=1651Multiplication PuzzleTime Limit:1000MSMemory Limit:65536KTotal Submissions:6188Accepted:3777DescriptionThe multiplicatio... 阅读全文
posted @ 2014-07-25 19:27 疯狂的癫子 阅读(303) 评论(0) 推荐(0)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=4864 TaskTime Limit: 4000/2000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):... 阅读全文
posted @ 2014-07-25 10:33 疯狂的癫子 阅读(248) 评论(0) 推荐(0)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=4861 Couple doubiTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submis... 阅读全文
posted @ 2014-07-24 19:27 疯狂的癫子 阅读(196) 评论(0) 推荐(0)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=4882 ZCC Loves CodefiresTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Tota... 阅读全文
posted @ 2014-07-24 19:04 疯狂的癫子 阅读(298) 评论(0) 推荐(0)
摘要: http://poj.org/problem?id=3186Treats for the CowsTime Limit:1000MSMemory Limit:65536KTotal Submissions:4041Accepted:2063DescriptionFJ has purchased N ... 阅读全文
posted @ 2014-07-24 10:23 疯狂的癫子 阅读(472) 评论(0) 推荐(0)
摘要: http://poj.org/problem?id=3056The Bavarian Beer PartyTime Limit:6000MSMemory Limit:65536KTotal Submissions:995Accepted:359DescriptionThe professors of... 阅读全文
posted @ 2014-07-23 17:36 疯狂的癫子 阅读(257) 评论(0) 推荐(0)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=4632题意:一个字符串,有多少个subsequence是回文串。别人的题解:用dp[i][j]表示这一段里有多少个回文串,那首先dp[i][j]=dp[i+1][j]+dp[i][j-1],但是dp[i+1][j]... 阅读全文
posted @ 2014-07-23 15:21 疯狂的癫子 阅读(266) 评论(0) 推荐(0)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=3280用了简单的枚举。Equal Sum PartitionsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Othe... 阅读全文
posted @ 2014-07-21 23:54 疯狂的癫子 阅读(461) 评论(0) 推荐(0)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2476 String painterTime Limit: 5000/2000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Subm... 阅读全文
posted @ 2014-07-21 17:14 疯狂的癫子 阅读(383) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 33 下一页