记录详情

Accepted

/in/foo.cc: In function 'long long int read()':
/in/foo.cc:20:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(isdigit(ch))x=x*10+ch-'0',ch=getchar();return x*zf;
     ^~~~~
/in/foo.cc:20:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(isdigit(ch))x=x*10+ch-'0',ch=getchar();return x*zf;
                                                  ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:68:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(rt i=2;i<=n;i++)head[i]=head[i>>1]+1;int ans=0;
  ^~~
/in/foo.cc:68:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(rt i=2;i<=n;i++)head[i]=head[i>>1]+1;int ans=0;
                                           ^~~
# 状态 耗时 内存占用
#1 Accepted 133ms 46.34 MiB
#2 Accepted 135ms 46.34 MiB
#3 Accepted 54ms 46.344 MiB
#4 Accepted 57ms 46.336 MiB
#5 Accepted 83ms 46.336 MiB
#6 Accepted 270ms 66.418 MiB
#7 Accepted 234ms 66.312 MiB
#8 Accepted 311ms 66.438 MiB
#9 Accepted 152ms 63.359 MiB
#10 Accepted 187ms 63.312 MiB
#11 Accepted 156ms 63.391 MiB
#12 Accepted 114ms 63.328 MiB
#13 Accepted 336ms 63.391 MiB
#14 Accepted 339ms 63.391 MiB
#15 Accepted 339ms 63.336 MiB
#16 Accepted 367ms 63.402 MiB
#17 Accepted 341ms 61.496 MiB
#18 Accepted 334ms 61.492 MiB
#19 Accepted 350ms 62.039 MiB
#20 Accepted 732ms 93.648 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2019-01-17 09:35:07
评测时间
2019-01-17 09:35:07
评测机
分数
100
总耗时
5034ms
峰值内存
93.648 MiB