while Ture: try: a, b = input().slipt() a = int(a) b = int(b) print(a + b)except EOFError break 查看完整描述