记录详情

Wrong Answer

/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:69:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(i=l;i<=ed[K[l]];i++)
   ^~~
/in/foo.cc:75: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 15ms 26.395 MiB
#2 Wrong Answer 16ms 28.344 MiB
#3 Wrong Answer 66ms 78.578 MiB
#4 Wrong Answer 145ms 112.5 MiB
#5 Wrong Answer 274ms 136.438 MiB
#6 Wrong Answer 403ms 176.625 MiB
#7 Wrong Answer 514ms 193.129 MiB
#8 Wrong Answer 667ms 209.125 MiB
#9 Wrong Answer 757ms 232.809 MiB
#10 Wrong Answer 986ms 247.84 MiB

信息

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