2019年2月9日

UVA11565 Simple Equations【数学+暴力】

摘要: Let us look at a boring mathematics problem. : ) We have three different integers, x, y and z, which satisfy the following three relations: • x + y + 阅读全文

posted @ 2019-02-09 16:50 新海岛Blog 阅读(276) 评论(0) 推荐(0)

导航

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