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