记录详情

Accepted

/in/foo.cc: In function 'long long int read()':
/in/foo.cc:30: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:30: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:78: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:78: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 110ms 46.387 MiB
#2 Accepted 106ms 46.383 MiB
#3 Accepted 107ms 46.391 MiB
#4 Accepted 106ms 46.316 MiB
#5 Accepted 66ms 46.402 MiB
#6 Accepted 158ms 76.82 MiB
#7 Accepted 275ms 76.809 MiB
#8 Accepted 243ms 76.82 MiB
#9 Accepted 115ms 68.285 MiB
#10 Accepted 85ms 68.312 MiB
#11 Accepted 114ms 68.262 MiB
#12 Accepted 143ms 68.297 MiB
#13 Accepted 228ms 74.504 MiB
#14 Accepted 266ms 74.551 MiB
#15 Accepted 293ms 74.484 MiB
#16 Accepted 329ms 74.535 MiB
#17 Accepted 251ms 72.32 MiB
#18 Accepted 155ms 72.371 MiB
#19 Accepted 150ms 72.348 MiB
#20 Accepted 385ms 112.656 MiB

信息

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