Compile Error
foo.cc: In function ‘int main()’:
foo.cc:15:30: warning: unused variable ‘c’ [-Wunused-variable]
15 | bool c=0;
| ^
foo.cc:20:25: error: ‘c’ was not declared in this scope
20 | c=1;
| ^
foo.cc:21:20: error: ‘c’ was not declared in this scope
21 | if(c)
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2807 平衡序列3级1 2024.9
- 语言
- C++
- 递交时间
- 2026-08-26 15:35:53
- 评测时间
- 2026-08-26 15:35:53
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes