Wrong Answer
/in/foo.cc: In function 'void dfs(int, int, int, int)': /in/foo.cc:10:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (ot==fa) continue;if (mk[ot]==mk[root]) return ++cnt0[dep],void(); ^~ /in/foo.cc:10:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (ot==fa) continue;if (mk[ot]==mk[root]) return ++cnt0[dep],void(); ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1000 「2020-02-14 省选模拟赛」同桌与室友(mate)
- 语言
- C++
- 递交时间
- 2020-02-15 08:53:10
- 评测时间
- 2020-02-15 08:56:49
- 评测机
- 分数
- 20
- 总耗时
- 701ms
- 峰值内存
- 12.621 MiB