【Python】I/O和比赛的其他一些问题
摘要:I/O输入输出 #输入一个字符串分割并转化成n个int数值 a, b= map(int, input().strip().split()) #如果无固定个字符串 try: while True: a, b= map(int, input().strip().split()) print(a+b) e
阅读全文
posted @ 2020-07-28 14:02
posted @ 2020-07-28 14:02
posted @ 2020-07-28 12:02
posted @ 2020-07-26 22:16
posted @ 2020-07-26 21:59
posted @ 2020-07-20 11:12