记录详情

Time Exceeded

/in/foo.cc: In function 'void dij(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;
                       ^~~
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:56:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<fas[x].size();i++) if(!vis[fas[x][i]])
              ~^~~~~~~~~~~~~~
/in/foo.cc: In function 'void tarjan(int, int)':
/in/foo.cc:65:19: warning: unused variable 'top' [-Wunused-variable]
  static int tim=0,top=0;
                   ^~~
/in/foo.cc: At global scope:
/in/foo.cc:65:19: warning: 'top' defined but not used [-Wunused-variable]
# 状态 耗时 内存占用
#1 Accepted 7ms 11.125 MiB
#2 Accepted 8ms 11.625 MiB
#3 Time Exceeded ≥1005ms ≥12.527 MiB
#4 Accepted 55ms 12.664 MiB
#5 Accepted 46ms 12.664 MiB
#6 Wrong Answer 99ms 14.395 MiB
#7 Time Exceeded ≥1005ms ≥13.715 MiB
#8 Wrong Answer 92ms 14.449 MiB
#9 Time Exceeded ≥1005ms ≥14.449 MiB
#10 Accepted 8ms 10.961 MiB

信息

递交者
类型
递交
题目
学校
题目数据
下载
语言
C++
递交时间
2018-09-22 21:51:23
评测时间
2018-09-22 21:51:23
评测机
分数
50
总耗时
≥3335ms
峰值内存
≥14.449 MiB