Compile Error
foo.cc: In function ‘int main()’: foo.cc:12:33: error: ‘b’ was not declared in this scope 12 | b+=1; | ^ foo.cc:14:33: error: ‘b’ was not declared in this scope 14 | b+=0; | ^ foo.cc:15:20: error: ‘b’ was not declared in this scope 15 | if(b==n-2) | ^
信息
- 递交者
- 类型
- 自测
- 语言
- C++
- 递交时间
- 2025-08-14 09:38:06
- 评测时间
- 2025-08-14 09:38:06
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes