记录详情

Accepted

/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 Accepted 36ms 28.25 MiB
#2 Accepted 27ms 30.375 MiB
#3 Accepted 113ms 80.375 MiB
#4 Accepted 177ms 110.75 MiB
#5 Accepted 297ms 136.375 MiB
#6 Accepted 438ms 176.5 MiB
#7 Accepted 547ms 192.879 MiB
#8 Accepted 696ms 209.0 MiB
#9 Accepted 849ms 232.875 MiB
#10 Accepted 1154ms 247.84 MiB

信息

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