2019年3月4日

UVA10994 Simple Addition【前缀和】

摘要: Lets define a simple recursive function F(n), where     Lets define another function S(p, q),     In this prob 阅读全文

posted @ 2019-03-04 12:04 新海岛Blog 阅读(287) 评论(0) 推荐(0)

UVA11029 Leading and Trailing【快速模幂+数学】

摘要: Apart from the novice programmers, all others know that you can’t exactly represent numbers raised to some high power. For example, the C function pow 阅读全文

posted @ 2019-03-04 10:51 新海岛Blog 阅读(120) 评论(0) 推荐(0)

导航

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