/ Vijos /

记录详情

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;
                                   ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 444.0 KiB
#2 Wrong Answer 2ms 444.0 KiB
#3 Wrong Answer 2ms 580.0 KiB
#4 Wrong Answer 16ms 2.156 MiB
#5 Wrong Answer 22ms 2.945 MiB
#6 Wrong Answer 1ms 460.0 KiB
#7 Wrong Answer 2ms 700.0 KiB
#8 Wrong Answer 10ms 1.883 MiB
#9 Wrong Answer 29ms 3.938 MiB
#10 Wrong Answer 31ms 3.918 MiB

信息

递交者
类型
递交
题目
P1754 最优贸易
语言
C++
递交时间
2018-11-30 22:11:29
评测时间
2018-11-30 22:11:29
评测机
分数
0
总耗时
122ms
峰值内存
3.938 MiB