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