Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91085 丁楷桐 02简单输入输出 Python3 Wrong Answer 44 MS 3736 KB 75 2024-09-21 11:39:09

Tests(0/2):


Code:

a = input().split() b = a[0] c = a[1] b = int(b) c = int(c) print(b+c)


Run Info:

------Input------
0
------Answer-----
0
------Your output-----