文章
454
粉丝
1110
获赞
2175
访问
154w
while True: try: a, b = map(int, input().split()) c = a+b print(c) except: break
仅供大家参考
登录后发布评论
暂无评论,来抢沙发