Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90266 周楚航 求和 Python3 Accepted 33 MS 3724 KB 44 2024-09-08 20:49:07

Tests(1/1):


Code:

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