记录详情

Memory Exceeded

/in/foo.cc: In function 'int LCA(int, int)':
/in/foo.cc:58:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=0;i<=18;i++)
  ^~~
/in/foo.cc:60: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:61:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=18;i>=0;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: In function 'int UP(int, int)':
/in/foo.cc:70:8: warning: unused variable 'k' [-Wunused-variable]
  int i,k;
        ^
/in/foo.cc: In function 'void Solve2(int, int, int)':
/in/foo.cc:99:8: warning: unused variable 'k' [-Wunused-variable]
  int i,k,j;
        ^
/in/foo.cc:99:10: warning: unused variable 'j' [-Wunused-variable]
  int i,k,j;
          ^
# 状态 耗时 内存占用
#1 Memory Exceeded ≥5007ms ≥800.0 MiB
#2 Memory Exceeded ≥5006ms ≥800.0 MiB
#3 Memory Exceeded ≥5008ms ≥800.0 MiB
#4 Memory Exceeded ≥5000ms ≥800.0 MiB
#5 Memory Exceeded ≥5003ms ≥800.0 MiB
#6 Memory Exceeded ≥5007ms ≥800.0 MiB
#7 Memory Exceeded ≥5005ms ≥800.0 MiB
#8 Time Exceeded ≥5006ms ≥796.43 MiB
#9 Memory Exceeded ≥5005ms ≥800.0 MiB
#10 Memory Exceeded ≥5007ms ≥800.0 MiB
#11 Memory Exceeded ≥5005ms ≥800.0 MiB
#12 Memory Exceeded ≥5004ms ≥800.0 MiB
#13 Memory Exceeded ≥5005ms ≥800.0 MiB
#14 Memory Exceeded ≥5007ms ≥800.0 MiB
#15 Accepted 4ms 6.258 MiB
#16 Accepted 5ms 6.375 MiB
#17 Wrong Answer 5ms 8.25 MiB
#18 Accepted 4ms 6.348 MiB
#19 Wrong Answer 4ms 6.352 MiB
#20 Accepted 4ms 6.375 MiB

信息

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