/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:38:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=0;i<=log2(n+1);i++) f[n+1][i]=n+1;dep[n+1]=1;
  ^~~
/in/foo.cc:38:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (int i=0;i<=log2(n+1);i++) f[n+1][i]=n+1;dep[n+1]=1;
                                               ^~~
# 状态 耗时 内存占用
#1 Accepted 39ms 8.105 MiB
#2 Accepted 4ms 6.25 MiB
#3 Accepted 3ms 4.27 MiB
#4 Accepted 37ms 9.094 MiB
#5 Accepted 53ms 9.664 MiB
#6 Accepted 11ms 6.375 MiB
#7 Accepted 53ms 11.703 MiB
#8 Accepted 6ms 4.699 MiB
#9 Accepted 6ms 4.695 MiB
#10 Accepted 2ms 4.312 MiB

信息

递交者
类型
递交
题目
灾难
语言
C++
递交时间
2017-07-24 10:39:45
评测时间
2017-07-24 10:39:45
评测机
分数
100
总耗时
218ms
峰值内存
11.703 MiB