2018年12月21日

POJ1579 HDU1331 HDU1579 ZOJ1168 Function Run Fun【记忆化递归】

摘要: "Function Run Fun" Description We all love recursion! Don't we? Consider a three parameter recursive function w(a, b, c): if a 20 or b 20 or c 20, the 阅读全文

posted @ 2018-12-21 22:47 新海岛Blog 阅读(164) 评论(0) 推荐(0)

导航

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