文章
439
粉丝
1108
获赞
2105
访问
152w
while True: try: a, b = map(int, input().split()) c = a+b print(c) except: break
仅供大家参考
登录后发布评论
暂无评论,来抢沙发