文章
311
粉丝
4
获赞
443
访问
54.1k
while(1): try: a, b = map(int, (input().split())) print(a+b) except: break
登录后发布评论
暂无评论,来抢沙发