Wrong Answer
/in/foo.cc: In member function 'void Graph::dijkstra(int, _Compare)': /in/foo.cc:41:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (vis[u]) continue; vis[u] = 1; ^~ /in/foo.cc:41:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (vis[u]) continue; vis[u] = 1; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1754 最优贸易
- 语言
- C++
- 递交时间
- 2018-11-30 22:11:29
- 评测时间
- 2018-11-30 22:11:29
- 评测机
- 分数
- 0
- 总耗时
- 122ms
- 峰值内存
- 3.938 MiB