while(True): a, b = map(int, input().split()) if a !=0 and b !=0: print(a + b) else: break
暂无评论,快来抢首评~
相关推荐