记录详情

Wrong Answer

/in/foo.cc: In function 'void dij(long long int)':
/in/foo.cc:40:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(vis[x]) continue;vis[x]=1;
   ^~
/in/foo.cc:40:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(vis[x]) continue;vis[x]=1;
                       ^~~
# 状态 耗时 内存占用
#1 Accepted 6ms 12.625 MiB
#2 Accepted 6ms 14.25 MiB
#3 Accepted 69ms 17.434 MiB
#4 Accepted 50ms 17.121 MiB
#5 Accepted 53ms 16.965 MiB
#6 Wrong Answer 127ms 18.152 MiB
#7 Accepted 107ms 17.883 MiB
#8 Wrong Answer 117ms 18.227 MiB
#9 Wrong Answer 103ms 16.52 MiB
#10 Accepted 5ms 10.75 MiB

信息

递交者
类型
递交
题目
学校
题目数据
下载
语言
C++
递交时间
2018-09-23 15:20:27
评测时间
2018-09-23 15:20:27
评测机
分数
70
总耗时
648ms
峰值内存
18.227 MiB