Compile Error
/in/foo.cc: In function 'void DFS(int, int, char)':
/in/foo.cc:10:2: error: 'cnt' was not declared in this scope
cnt++;
^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:55:6: error: 'cnt' was not declared in this scope
cnt=0;
^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1301 消除游戏
- 语言
- C++
- 递交时间
- 2025-09-18 09:22:09
- 评测时间
- 2025-09-18 09:22:09
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes