Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90173 王晨鑫 求和 Python3 Presentation Error 42 MS 3724 KB 34 2024-09-08 10:11:41

Tests(0/1):


Code:

a=123 b=456 print("sum is ",a+b)