记录详情

Accepted

/in/foo.cc: In function 'int LCA(int, int)':
/in/foo.cc:63:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=0;i<=18;i++)
  ^~~
/in/foo.cc:65:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   if(x==y) return x;
   ^~
/in/foo.cc:66:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=18;i>=0;i--)
  ^~~
/in/foo.cc:70:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   if(x==y) return x;
   ^~
/in/foo.cc: In function 'int UP(int, int)':
/in/foo.cc:75:8: warning: unused variable 'k' [-Wunused-variable]
  int i,k;
        ^
/in/foo.cc: In function 'void Solve2(int, int, int)':
/in/foo.cc:106:8: warning: unused variable 'k' [-Wunused-variable]
  int i,k,j;
        ^
/in/foo.cc:106:10: warning: unused variable 'j' [-Wunused-variable]
  int i,k,j;
          ^
/in/foo.cc: In function 'void CAL(int)':
/in/foo.cc:124:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=n;i++)
  ^~~
/in/foo.cc:126:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(j=1;(1<<j)<=n;j++)
   ^~~
/in/foo.cc:123:8: warning: unused variable 'p' [-Wunused-variable]
  int i,p,j;
        ^
/in/foo.cc: In function 'void ST()':
/in/foo.cc:132:10: warning: unused variable 'p' [-Wunused-variable]
  int i,j,p;
          ^
# 状态 耗时 内存占用
#1 Accepted 3512ms 28.875 MiB
#2 Accepted 3600ms 28.828 MiB
#3 Accepted 3610ms 28.957 MiB
#4 Accepted 3738ms 25.027 MiB
#5 Accepted 3796ms 25.125 MiB
#6 Accepted 3886ms 25.0 MiB
#7 Accepted 3797ms 25.062 MiB
#8 Accepted 3640ms 25.215 MiB
#9 Accepted 3358ms 25.102 MiB
#10 Accepted 3431ms 25.051 MiB
#11 Accepted 3284ms 25.098 MiB
#12 Accepted 3477ms 23.211 MiB
#13 Accepted 3401ms 23.074 MiB
#14 Accepted 3262ms 23.289 MiB
#15 Accepted 5ms 6.344 MiB
#16 Accepted 4ms 8.344 MiB
#17 Accepted 4ms 8.371 MiB
#18 Accepted 4ms 8.34 MiB
#19 Accepted 4ms 6.34 MiB
#20 Accepted 4ms 6.332 MiB

信息

递交者
类型
递交
题目
树形杀手
语言
C++
递交时间
2017-12-05 21:57:22
评测时间
2017-12-05 21:57:22
评测机
分数
100
总耗时
49825ms
峰值内存
28.957 MiB