记录详情

Time Exceeded

/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:103:8: warning: unused variable 'k' [-Wunused-variable]
  int i,k,j;
        ^
/in/foo.cc:103:10: warning: unused variable 'j' [-Wunused-variable]
  int i,k,j;
          ^
/in/foo.cc: In function 'void CAL(int)':
/in/foo.cc:120:8: warning: unused variable 'p' [-Wunused-variable]
  int i,p,j;
        ^
/in/foo.cc: In function 'void ST()':
/in/foo.cc:130:10: warning: unused variable 'p' [-Wunused-variable]
  int i,j,p;
          ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥5009ms ≥28.898 MiB
#2 Time Exceeded ≥5007ms ≥28.977 MiB
#3 Time Exceeded ≥5010ms ≥28.891 MiB
#4 Time Exceeded ≥5007ms ≥25.133 MiB
#5 Time Exceeded ≥5008ms ≥25.016 MiB
#6 Time Exceeded ≥5004ms ≥25.023 MiB
#7 Time Exceeded ≥5010ms ≥25.336 MiB
#8 Time Exceeded ≥5008ms ≥25.098 MiB
#9 Time Exceeded ≥5005ms ≥25.023 MiB
#10 Time Exceeded ≥5002ms ≥25.016 MiB
#11 Time Exceeded ≥5002ms ≥25.094 MiB
#12 Time Exceeded ≥5004ms ≥23.332 MiB
#13 Time Exceeded ≥5007ms ≥23.184 MiB
#14 Time Exceeded ≥5007ms ≥23.277 MiB
#15 Accepted 5ms 8.332 MiB
#16 Accepted 4ms 8.363 MiB
#17 Wrong Answer 4ms 8.465 MiB
#18 Accepted 3ms 8.25 MiB
#19 Wrong Answer 5ms 8.25 MiB
#20 Accepted 4ms 6.355 MiB

信息

递交者
类型
递交
题目
树形杀手
语言
C++
递交时间
2017-12-05 21:47:13
评测时间
2017-12-05 21:47:13
评测机
分数
20
总耗时
≥70126ms
峰值内存
≥28.977 MiB