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