/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void dijkstra()':
/in/foo.cc:31:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(!x) return; pos[x]=0;
   ^~
/in/foo.cc:31:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(!x) return; pos[x]=0;
                  ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 5.816 MiB
#2 Wrong Answer 3ms 6.375 MiB
#3 Wrong Answer 4ms 4.75 MiB
#4 Wrong Answer 2ms 6.121 MiB
#5 Wrong Answer 3ms 5.484 MiB
#6 Wrong Answer 6ms 6.105 MiB
#7 Wrong Answer 3ms 4.75 MiB
#8 Wrong Answer 6ms 5.32 MiB
#9 Wrong Answer 197ms 37.84 MiB
#10 Wrong Answer 154ms 37.336 MiB

信息

递交者
类型
递交
题目
P1734 海拔
语言
C++
递交时间
2017-07-08 11:39:54
评测时间
2017-07-08 11:39:54
评测机
分数
10
总耗时
385ms
峰值内存
37.84 MiB