2018年11月20日

Bailian2975 Caesar Cryptogram【密码】

摘要: "2975:Caesar Cryptogram" 描述 Julius Caesar inventes a cryptogram that converts a string to another string. The rule is that every letter in an original 阅读全文

posted @ 2018-11-20 00:17 新海岛Blog 阅读(188) 评论(0) 推荐(0)

Bailian2742 Number of letters【入门】

摘要: "2742:Number of letters" 描述 Find out the letter that occurs the most times in a string that consistes of 'a' 'z'. 输入 Line 1: an integer N, indicates t 阅读全文

posted @ 2018-11-20 00:00 新海岛Blog 阅读(225) 评论(0) 推荐(0)

导航

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