Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:25: error: 'sum' was not declared in this scope
12 | sum+=a%10;
| ^~~
/in/foo.cc:15:20: error: 'sum' was not declared in this scope
15 | if(sum%7==0)
| ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2805 数位之和2级1 2024.9
- 语言
- C++
- 递交时间
- 2026-09-13 20:36:23
- 评测时间
- 2026-09-13 20:36:23
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes