记录详情

Accepted

/in/foo.cc: In function 'void Prepare()':
/in/foo.cc:29:16: warning: unused variable 'k' [-Wunused-variable]
  long long i,j,k;
                ^
/in/foo.cc: In function 'void Change(long long int, long long int)':
/in/foo.cc:50:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=knum;++i)
  ^~~
/in/foo.cc:52:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(i=x;i<=ed[K[x]];i++)
   ^~~
/in/foo.cc: In function 'void Solve(long long int, long long int)':
/in/foo.cc:76:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(i=K[l]+1;i<=K[r]-1;++i)
   ^~~
/in/foo.cc:78:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    for(i=l;i<=ed[K[l]];++i)
    ^~~
# 状态 耗时 内存占用
#1 Accepted 17ms 30.348 MiB
#2 Accepted 816ms 221.812 MiB
#3 Accepted 81ms 82.625 MiB
#4 Accepted 236ms 136.875 MiB
#5 Accepted 407ms 175.5 MiB
#6 Accepted 441ms 177.516 MiB
#7 Accepted 553ms 193.566 MiB
#8 Accepted 755ms 221.734 MiB
#9 Accepted 866ms 236.039 MiB
#10 Accepted 959ms 248.359 MiB

信息

递交者
类型
递交
题目
序列杀手
语言
C++
递交时间
2017-12-05 16:58:07
评测时间
2017-12-05 16:58:07
评测机
分数
100
总耗时
5136ms
峰值内存
248.359 MiB