Wrong Answer
/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:32:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (!imp[x]) return ;dfs(imp[x],y);
^~
/in/foo.cc:32:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (!imp[x]) return ;dfs(imp[x],y);
^~~
信息
- 递交者
- 类型
- 递交
- 题目
- 2017.07.19 P3 软件包管理器
- 语言
- C++
- 递交时间
- 2018-02-13 16:55:28
- 评测时间
- 2018-02-13 16:55:28
- 评测机
- 分数
- 0
- 总耗时
- 2792ms
- 峰值内存
- 10.223 MiB