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