Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90351 殷君林 求和 Python3 Wrong Answer 33 MS 3724 KB 24 2024-09-11 19:55:00

Tests(0/1):


Code:

a=123 b=456 print(a+b)


Run Info:

------Input------

------Answer-----
sum is 579
------Your output-----
579