Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
49500 wangyongxi [在线测评解答教程] A+B Problem Python3 通过 31 MS 3672 KB 58 2024-07-13 20:22:38

Tests(11/11):


a, b = input().split() a = int(a) b = int(b) print(a+b)


测评信息: