文章
105
粉丝
69
获赞
117
访问
57.8k
while True: try: a, b = map(int, input().split()) print(a + b) except: break
登录后发布评论
暂无评论,来抢沙发