上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=5347MZL's chemistryTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Sub... 阅读全文
posted @ 2015-08-05 10:23 疯狂的癫子 阅读(174) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=5319PainterTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission... 阅读全文
posted @ 2015-08-01 11:04 疯狂的癫子 阅读(295) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=5327OlympiadTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submissio... 阅读全文
posted @ 2015-07-30 20:26 疯狂的癫子 阅读(197) 评论(0) 推荐(0) 编辑
摘要: http://acm.hunnu.edu.cn/online/?action=problem&type=show&id=11550&courseid=0欧拉函数Time Limit:3000ms,Special Time Limit:6000ms,Memory Limit:65536KBTotal ... 阅读全文
posted @ 2015-06-10 16:29 疯狂的癫子 阅读(203) 评论(0) 推荐(0) 编辑
摘要: http://acm.hunnu.edu.cn/online/?action=problem&type=show&id=11546&courseid=0Sumoff(x)Time Limit:1000ms,Special Time Limit:2500ms,Memory Limit:32768KBT... 阅读全文
posted @ 2015-06-09 16:50 疯狂的癫子 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://acm.hunnu.edu.cn/online/?action=problem&type=show&id=11544&courseid=0小明的烦恼——找字符串Time Limit:1000ms,Special Time Limit:2500ms,Memory Limit:32768K... 阅读全文
posted @ 2015-06-09 16:48 疯狂的癫子 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 解析:比较简单的DP,从左向右一个一个连续着放,dp[X][Y]表示到第X个硬币的时候Y状态的方案数,Y=0表示x左边那个不是正面的,Y=1表示x左边那个是正面如果左边不是正面,那么当前放正面的就把方案数加到Y=1里面,放反面的就加到Y=0如果是正面,那么当前放正面就不成立了,所以不用加,放反面就加... 阅读全文
posted @ 2015-06-09 16:46 疯狂的癫子 阅读(197) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=3734BlocksTime Limit:1000MSMemory Limit:65536KTotal Submissions:4626Accepted:2102DescriptionPanda has received an assignment... 阅读全文
posted @ 2015-06-03 19:50 疯狂的癫子 阅读(198) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=2686 Traveling by StagecoachTime Limit:2000MSMemory Limit:65536KTotal Submissions:2276Accepte... 阅读全文
posted @ 2015-05-30 21:26 疯狂的癫子 阅读(318) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=2187 平面上有N个牧场,牧场位置互不相同,计算距离最远的俩个牧场间的距离,输出最远的平方。解:求n个点组成的凸包,凸包上找2个点一点是最远的。 Beauty ContestTime Limit:3000MSMemory Limit:65... 阅读全文
posted @ 2015-05-27 16:33 疯狂的癫子 阅读(161) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页