记录详情

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:105:8: warning: unused variable 'k' [-Wunused-variable]
  int i,k,j;
        ^
/in/foo.cc:105:10: warning: unused variable 'j' [-Wunused-variable]
  int i,k,j;
          ^
/in/foo.cc: In function 'void CAL(int)':
/in/foo.cc:122: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 Time Exceeded ≥5006ms ≥29.242 MiB
#2 Time Exceeded ≥5007ms ≥29.25 MiB
#3 Time Exceeded ≥5025ms ≥29.375 MiB
#4 Time Exceeded ≥5006ms ≥25.5 MiB
#5 Time Exceeded ≥5007ms ≥25.359 MiB
#6 Time Exceeded ≥5005ms ≥25.473 MiB
#7 Time Exceeded ≥5024ms ≥25.496 MiB
#8 Time Exceeded ≥5013ms ≥25.414 MiB
#9 Time Exceeded ≥5006ms ≥25.477 MiB
#10 Time Exceeded ≥5007ms ≥25.438 MiB
#11 Time Exceeded ≥5007ms ≥25.395 MiB
#12 Time Exceeded ≥5004ms ≥23.656 MiB
#13 Time Exceeded ≥5007ms ≥23.574 MiB
#14 Time Exceeded ≥5003ms ≥23.559 MiB
#15 Accepted 5ms 8.375 MiB
#16 Accepted 6ms 6.375 MiB
#17 Wrong Answer 4ms 6.25 MiB
#18 Wrong Answer 3ms 6.367 MiB
#19 Wrong Answer 3ms 8.309 MiB
#20 Accepted 5ms 6.359 MiB

信息

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