Compile Error
/in/foo.cc: In function 'void dfs1(int)': /in/foo.cc:17:8: error: 'dfs' was not declared in this scope dfs(p); ^ /in/foo.cc: In function 'void dfs2(int)': /in/foo.cc:30:8: error: 'dfs' was not declared in this scope dfs(p); ^ /in/foo.cc: In function 'void dfs3(int)': /in/foo.cc:43:9: error: 'dfs' was not declared in this scope dfs(p); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1062 游戏
- 语言
- C++
- 递交时间
- 2020-05-22 18:58:24
- 评测时间
- 2020-05-22 18:58:24
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes