Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
99999 gxc123456 A+B 输入输出练习I Python3 Accepted 46 MS 3748 KB 113 2024-12-01 12:41:00

Tests(1/1):


Code:

while True: try: a,b=map(int,input().split()) print(a+b) except: breck