Wrong Answer
/in/foo.cc: In function 'void dfs2(int)': /in/foo.cc:48:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(vis[x]) return; vis[x]=true; ^~ /in/foo.cc:48:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(vis[x]) return; vis[x]=true; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- Grass Cownoisseur
- 语言
- C++
- 递交时间
- 2017-10-30 11:01:18
- 评测时间
- 2017-10-30 11:01:18
- 评测机
- 分数
- 7
- 总耗时
- 350ms
- 峰值内存
- 6.109 MiB