/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void dij()':
/in/foo.cc:26:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(vis[u]) continue; vis[u] = 1;
         ^~
/in/foo.cc:26: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 6ms 12.344 MiB
#2 Accepted 4ms 12.25 MiB
#3 Accepted 6ms 12.25 MiB
#4 Accepted 6ms 12.336 MiB
#5 Accepted 5ms 12.375 MiB
#6 Wrong Answer 5ms 12.25 MiB
#7 Accepted 17ms 14.211 MiB
#8 Accepted 9ms 12.375 MiB
#9 Accepted 22ms 14.359 MiB
#10 Accepted 20ms 14.359 MiB

信息

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