摘要: 本文从 洛谷 P1001 A+B Problem 为例,讲一讲 Python 3 在算法竞赛中的一些基本输入输出方法,以及一些利用 Python 3 特性的代码简化 以下为本文将涉及的内容: input() str.split() print() map() [... for ... in ...] 阅读全文
posted @ 2020-12-23 09:35 BrianPeng 阅读(726) 评论(0) 推荐(1) 编辑