记录详情

Time Exceeded

/in/foo.cc: In function 'void Prepare()':
/in/foo.cc:41:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(j=1;j<=m;j++)
   ^~~
/in/foo.cc:43:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    for(j=ed[i];j>=st[i];j--)
    ^~~
/in/foo.cc: In function 'void Solve(int, int)':
/in/foo.cc:71:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(i=l;i<=ed[K[l]];i++)
   ^~~
/in/foo.cc:77:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    for(i=st[K[r]];i<=r;i++)
    ^~~
/in/foo.cc:60:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,k;
        ^
/in/foo.cc:60:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k;
          ^
# 状态 耗时 内存占用
#1 Wrong Answer 130ms 28.734 MiB
#2 Wrong Answer 146ms 30.625 MiB
#3 Wrong Answer 562ms 80.375 MiB
#4 Wrong Answer 1044ms 112.492 MiB
#5 Wrong Answer 1623ms 136.625 MiB
#6 Wrong Answer 1797ms 173.25 MiB
#7 Wrong Answer 1795ms 193.0 MiB
#8 Time Exceeded ≥2002ms ≥209.125 MiB
#9 Time Exceeded ≥2005ms ≥233.375 MiB
#10 Time Exceeded ≥2003ms ≥245.852 MiB

信息

递交者
类型
递交
题目
平面图杀手
语言
C++
递交时间
2017-12-05 18:35:12
评测时间
2017-12-05 18:35:12
评测机
分数
0
总耗时
≥13111ms
峰值内存
≥245.852 MiB