共 1 篇文章
ACM 模式需自行处理输入输出,掌握 input()、split()、map() 的组合用法是基础。
input()
split()
map()
1 2 3 4
# 输入: 1 2 3 4 5 a = input() # '1 2 3 …