Compile Error
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:9:6: warning: unused variable 'opt' [-Wunused-variable]
int opt=inf;
^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:2: error: 'else' without a previous 'if'
else dfs(s);
^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- DFS练习 - 最短路(小规模数据)
- 语言
- C++
- 递交时间
- 2018-02-08 09:27:56
- 评测时间
- 2018-02-08 09:27:56
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes