上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页

2019年1月27日

HDU2569 彼岸【打表+记忆化递归】

摘要: "彼岸" Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 5630 Accepted Submission(s): 3254 Problem D 阅读全文

posted @ 2019-01-27 08:31 新海岛Blog 阅读(117) 评论(0) 推荐(0)

2019年1月26日

UVA12034 Race【排列】

摘要: Disky and Sooma, two of the biggest mega minds of Bangladesh went to a far country. They ate, coded and wandered around, even in their holidays. They 阅读全文

posted @ 2019-01-26 08:32 新海岛Blog 阅读(87) 评论(0) 推荐(0)

HDU2092 整数解【暴力+韦达定理】

摘要: "整数解" Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 46622 Accepted Submission(s): 16166 Proble 阅读全文

posted @ 2019-01-26 02:58 新海岛Blog 阅读(215) 评论(0) 推荐(0)

2019年1月25日

HDU2090 算菜价【水题】

摘要: "算菜价" Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 33642 Accepted Submission(s): 16551 Proble 阅读全文

posted @ 2019-01-25 09:28 新海岛Blog 阅读(429) 评论(0) 推荐(0)

HDU1078 ZOJ1107 FatMouse and Cheese【记忆化搜索】

摘要: "FatMouse and Cheese" Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 15207 Accepted Submission( 阅读全文

posted @ 2019-01-25 06:56 新海岛Blog 阅读(164) 评论(0) 推荐(0)

2019年1月14日

ZOJ1151 Word Reversal【堆栈+字符流+字符串流】

摘要: "Word Reversal" Time Limit: 2 Seconds Memory Limit: 65536 KB For each list of words, output a line with each word reversed without changing the order 阅读全文

posted @ 2019-01-14 23:00 新海岛Blog 阅读(143) 评论(0) 推荐(0)

2019年1月12日

HDU6015 Skip the Class【map】

摘要: "Skip the Class" Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 1637 Accepted Submission(s): 92 阅读全文

posted @ 2019-01-12 23:28 新海岛Blog 阅读(94) 评论(0) 推荐(0)

HDU1027 Ignatius and the Princess II【全排列】

摘要: "Ignatius and the Princess II" Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 11536 Accepted Su 阅读全文

posted @ 2019-01-12 23:01 新海岛Blog 阅读(105) 评论(0) 推荐(0)

POJ3070 Fibonacci【矩阵快速幂】

摘要: "Fibonacci" Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 20098 Accepted: 13850 Description In the Fibonacci integer sequence, F0 = 0, F1 阅读全文

posted @ 2019-01-12 22:26 新海岛Blog 阅读(103) 评论(0) 推荐(0)

HDU2563 统计问题【递推+打表】

摘要: "统计问题" Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 10928 Accepted Submission(s): 6379 Proble 阅读全文

posted @ 2019-01-12 21:59 新海岛Blog 阅读(116) 评论(0) 推荐(0)

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页

导航

// ... runAll: function() { this.resetPreCode(); hljs.initHighlightingOnLoad(); // 重新渲染,添加语法高亮 hljs.initLineNumbersOnLoad(); // 为代码加上行号 } // ...