题解 | 多组数据a+b III
多组数据a+b III
https://www.nowcoder.com/practice/7e094c0a3a9945b3bee8e1f3c9ea246a
放弃了,好像写不出一行
while 1:
a,b = map(int,input().split())
if a == b == 0:
exit()
print(a+b)
多组数据a+b III
https://www.nowcoder.com/practice/7e094c0a3a9945b3bee8e1f3c9ea246a
放弃了,好像写不出一行
while 1:
a,b = map(int,input().split())
if a == b == 0:
exit()
print(a+b)
相关推荐
查看17道真题和解析