记录详情

Memory Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:37:40: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
  for(int i=1;i<=n;i++) scanf("%d",&a[i]);
                                        ^
/in/foo.cc: In function 'int bfs(int)':
/in/foo.cc:33:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 220.0 KiB
#2 Accepted 1ms 228.0 KiB
#3 Accepted 2ms 2.215 MiB
#4 Accepted 2ms 228.0 KiB
#5 Accepted 2ms 216.0 KiB
#6 Wrong Answer 9ms 1.285 MiB
#7 Wrong Answer 20ms 2.098 MiB
#8 Accepted 15ms 1.668 MiB
#9 Wrong Answer 31ms 3.098 MiB
#10 Memory Exceeded ≥403ms ≥64.051 MiB

信息

递交者
类型
递交
题目
P1009 2.新飞行棋
语言
C++
递交时间
2020-03-26 20:00:07
评测时间
2020-03-26 20:00:07
评测机
分数
60
总耗时
≥492ms
峰值内存
≥64.051 MiB