记录详情

Memory Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:37:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(tmp2.x < 0 || tmp2.y < 0 || tmp2.x >= n || tmp2.y >= m || vis[tmp2.x][tmp2.y])
    ^~
/in/foo.cc:40:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     vis[tmp2.x][tmp2.y] = 1;
     ^~~
# 状态 耗时 内存占用
#1 Accepted 7ms 1.207 MiB
#2 Accepted 74ms 19.16 MiB
#3 Accepted 801ms 94.547 MiB
#4 Accepted 440ms 65.082 MiB
#5 Accepted 400ms 60.371 MiB
#6 Accepted 738ms 102.102 MiB
#7 Accepted 127ms 32.805 MiB
#8 Accepted 879ms 120.832 MiB
#9 Accepted 1321ms 161.316 MiB
#10 Accepted 951ms 128.211 MiB
#11 Accepted 341ms 63.988 MiB
#12 Accepted 145ms 42.57 MiB
#13 Accepted 1514ms 203.566 MiB
#14 Accepted 400ms 46.367 MiB
#15 Accepted 378ms 66.227 MiB
#16 Accepted 376ms 59.805 MiB
#17 Time Exceeded ≥2002ms ≥159.07 MiB
#18 Accepted 1625ms 210.594 MiB
#19 Accepted 2401ms 191.984 MiB
#20 Memory Exceeded ≥1597ms ≥256.0 MiB

信息

递交者
类型
递交
题目
P1008 小羊吃草
语言
C++
递交时间
2021-05-06 17:41:24
评测时间
2021-05-06 17:41:24
评测机
分数
90
总耗时
≥16526ms
峰值内存
≥256.0 MiB