记录详情

Wrong Answer

/in/foo.cc: In function 'void dij(int)':
/in/foo.cc:34:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(vis[x]) continue;vis[x]=1;
   ^~
/in/foo.cc:34: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;
                       ^~~
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:50:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<fas[x].size();i++) if(!path[fas[x][i]])
              ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 8ms 5.125 MiB
#2 Accepted 5ms 5.359 MiB
#3 Wrong Answer 66ms 6.086 MiB
#4 Wrong Answer 52ms 6.379 MiB
#5 Wrong Answer 61ms 5.957 MiB
#6 Wrong Answer 93ms 8.172 MiB
#7 Wrong Answer 95ms 7.977 MiB
#8 Wrong Answer 86ms 8.52 MiB
#9 Wrong Answer 100ms 8.492 MiB
#10 Accepted 4ms 4.988 MiB

信息

递交者
类型
递交
题目
学校
题目数据
下载
语言
C++
递交时间
2018-09-22 20:55:09
评测时间
2018-09-22 20:55:09
评测机
分数
30
总耗时
575ms
峰值内存
8.52 MiB