/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void dij()':
/in/foo.cc:27:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(vis[u]) continue; vis[u] = 1;
         ^~
/in/foo.cc:27:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(vis[u]) continue; vis[u] = 1;
                              ^~~
# 状态 耗时 内存占用
#1 Accepted 7ms 12.352 MiB
#2 Accepted 7ms 12.359 MiB
#3 Accepted 6ms 12.25 MiB
#4 Accepted 4ms 12.25 MiB
#5 Accepted 7ms 12.359 MiB
#6 Wrong Answer 7ms 12.363 MiB
#7 Accepted 20ms 12.25 MiB
#8 Accepted 11ms 12.359 MiB
#9 Accepted 24ms 14.332 MiB
#10 Accepted 18ms 12.348 MiB

信息

递交者
类型
递交
题目
P1285 佳佳的魔法药水
语言
C++
递交时间
2018-09-15 17:16:54
评测时间
2018-09-15 17:16:54
评测机
分数
90
总耗时
116ms
峰值内存
14.332 MiB