/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void dij()':
/in/foo.cc:25:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(vis[u]) continue; vis[u] = 1;
         ^~
/in/foo.cc:25: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.359 MiB
#2 Accepted 8ms 12.375 MiB
#3 Accepted 8ms 12.25 MiB
#4 Accepted 7ms 12.375 MiB
#5 Accepted 8ms 12.25 MiB
#6 Wrong Answer 8ms 12.332 MiB
#7 Accepted 21ms 12.25 MiB
#8 Accepted 15ms 12.34 MiB
#9 Accepted 18ms 12.332 MiB
#10 Accepted 24ms 12.352 MiB

信息

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