Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
90433 | 谭景年 | 05求百位数的每一位数之和 | Python3 | Wrong Answer | 38 MS | 3724 KB | 72 | 2024-09-14 20:02:51 |
s=input().split() b=int(s[1]) a=int(s[0]) c=int(s[2]) print(a+b+c)
------Input------
923
------Answer-----
14
------Your output-----