python 3
n = input()
while True:
n = n.split()
print(int(n[0])+int(n[1]))
try:
except:
break
暂无评论,快来抢首评~
相关推荐