记录详情

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.301 MiB
#2 Accepted 75ms 19.172 MiB
#3 Accepted 800ms 94.539 MiB
#4 Accepted 440ms 65.082 MiB
#5 Accepted 391ms 60.383 MiB
#6 Accepted 735ms 102.086 MiB
#7 Accepted 127ms 32.801 MiB
#8 Accepted 873ms 120.816 MiB
#9 Accepted 1294ms 161.324 MiB
#10 Accepted 899ms 128.223 MiB
#11 Accepted 341ms 63.984 MiB
#12 Accepted 146ms 42.566 MiB
#13 Accepted 1511ms 203.566 MiB
#14 Accepted 394ms 46.43 MiB
#15 Accepted 378ms 66.23 MiB
#16 Accepted 377ms 59.797 MiB
#17 Time Exceeded ≥2000ms ≥159.07 MiB
#18 Accepted 1637ms 210.621 MiB
#19 Accepted 2374ms 191.469 MiB
#20 Memory Exceeded ≥1614ms ≥256.0 MiB

信息

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