Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
132233 叶航帅 05求百位数的每一位数之和 Python3 Wrong Answer 60 MS 3756 KB 70 2025-10-07 13:52:20

Tests(0/10):


Code:

a,b,c = int(input()) a = int(a) b = int(b) c = int(c) print(a+b+c)


Run Info:

------Input------
923
------Answer-----
14
------Your output-----