Accepted
/in/foo.cc: In function 'int dfs(int, int, int)': /in/foo.cc:30:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=head[k];i;i=edge[i].nxt) ^~~ /in/foo.cc:32:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' data f=que.top(); ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1010 B题:最小生成树
- 比赛
- 最小生成树(模板)
- 语言
- C++
- 递交时间
- 2019-03-20 23:56:21
- 评测时间
- 2019-03-20 23:56:21
- 评测机
- 分数
- 100
- 总耗时
- 358ms
- 峰值内存
- 4.074 MiB