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