记录详情

Time Exceeded

/in/foo.cc: In function 'int LCA(int, int)':
/in/foo.cc:65:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=0;i<=18;i++)
  ^~~
/in/foo.cc:67: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:68:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=18;i>=0;i--)
  ^~~
/in/foo.cc:72: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:77: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:123:8: warning: unused variable 'p' [-Wunused-variable]
  int i,p,j;
        ^
/in/foo.cc: In function 'void ST()':
/in/foo.cc:133:10: warning: unused variable 'p' [-Wunused-variable]
  int i,j,p;
          ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥5015ms ≥29.305 MiB
#2 Time Exceeded ≥5008ms ≥29.332 MiB
#3 Time Exceeded ≥5010ms ≥29.25 MiB
#4 Time Exceeded ≥5009ms ≥25.43 MiB
#5 Time Exceeded ≥5004ms ≥25.523 MiB
#6 Time Exceeded ≥5007ms ≥25.414 MiB
#7 Time Exceeded ≥5009ms ≥25.41 MiB
#8 Time Exceeded ≥5020ms ≥25.379 MiB
#9 Time Exceeded ≥5008ms ≥25.367 MiB
#10 Time Exceeded ≥5005ms ≥25.441 MiB
#11 Time Exceeded ≥5006ms ≥25.363 MiB
#12 Time Exceeded ≥5007ms ≥23.586 MiB
#13 Time Exceeded ≥5005ms ≥23.512 MiB
#14 Time Exceeded ≥5007ms ≥23.555 MiB
#15 Accepted 4ms 6.375 MiB
#16 Accepted 5ms 8.375 MiB
#17 Wrong Answer 4ms 8.25 MiB
#18 Wrong Answer 6ms 8.375 MiB
#19 Wrong Answer 4ms 10.375 MiB
#20 Accepted 2ms 8.375 MiB

信息

递交者
类型
递交
题目
树形杀手
语言
C++
递交时间
2017-12-05 21:32:28
评测时间
2017-12-05 21:32:33
评测机
分数
15
总耗时
≥70155ms
峰值内存
≥29.332 MiB