【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 雪原那么远 阅读(217) 评论(0) 推荐(0) 编辑