Wrong Answer
/in/foo.cc: In function 'bool dfs(int)': /in/foo.cc:24:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (vis[v]) continue; vis[v]=1; ^~ /in/foo.cc:24:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (vis[v]) continue; vis[v]=1; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1212 Way Selection
- 语言
- C++
- 递交时间
- 2018-11-27 21:05:48
- 评测时间
- 2018-11-27 21:05:48
- 评测机
- 分数
- 25
- 总耗时
- 228ms
- 峰值内存
- 2.699 MiB