Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:17: error: 't' was not declared in this scope
9 | t = n, l = 0;
| ^
/in/foo.cc:9:24: error: 'l' was not declared in this scope
9 | t = n, l = 0;
| ^
/in/foo.cc:14:17: error: 'sum' was not declared in this scope
14 | sum = 0;
| ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2592 自幂数判断 2级2 2023.6
- 语言
- C++
- 递交时间
- 2026-08-12 11:49:55
- 评测时间
- 2026-08-12 11:49:55
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes