| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 133673 | whs | 05求百位数的每一位数之和 | C++ | Wrong Answer | 1 MS | 260 KB | 90 | 2025-10-20 16:53:15 |
#include <iostream>; using namespace std; int main(){ cout<<897/128+897/99+897/112; }
------Input------
923
------Answer-----
14
------Your output-----
24