Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:25: error: 'sum' was not declared in this scope
13 | sum+=s%10;
| ^~~
/in/foo.cc:14:25: error: 'cnt' was not declared in this scope; did you mean 'int'?
14 | cnt+=sum*s*s;
| ^~~
| int
/in/foo.cc:17:20: error: 'cnt' was not declared in this scope; did you mean 'int'?
17 | if(cnt==n)
| ^~~
| int
信息
- 递交者
- 类型
- 递交
- 题目
- P2592 自幂数判断 2级2 2023.6
- 语言
- C++
- 递交时间
- 2025-12-25 20:58:59
- 评测时间
- 2025-12-25 20:58:59
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes