Python 处理多行键盘输入import sys for line in sys.stdin: a = line.split() print(int(a[0]) + int(a[1]))Python处理一行键盘输入L=[]L=list(map(str ...
確定! 回上一頁