上一页 1 ··· 8 9 10 11 12
摘要: Input The input file contains one or more grids. Each grid begins with a line containing m and n, the number of rows and columns in the grid, separate 阅读全文
posted @ 2018-12-27 08:59 N_Yokel 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 个人对简单的dp问题的理解:找是否有重叠问题,明确递推关系,怎么推的(顺序千万不要搞错),找到状态方程,循环时注意边界条件和方程式是否严格成立。 转自:https://www.cnblogs.com/zyx1301691180/p/5727918.html HDU 2084 Problem Desc 阅读全文
posted @ 2018-12-19 16:13 N_Yokel 阅读(1886) 评论(0) 推荐(0) 编辑
摘要: 彼岸 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 5533 Accepted Submission(s): 3213 Problem Desc 阅读全文
posted @ 2018-12-18 16:05 N_Yokel 阅读(456) 评论(0) 推荐(0) 编辑
摘要: Problem 1197 # 共享厕所 ediszhao添加于2017-12-22 15:00:56 时间限制 : 1000MS 内存限制 : 65536KB ×提示 : 你已解决此题目。 问题描述 马路边有一个共享厕所,厕所里一共装有m 个马桶可供人们拉尿,每个人每秒钟的拉尿量相等,均为1。 现在 阅读全文
posted @ 2018-12-17 20:20 N_Yokel 阅读(114) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12