记录详情

Memory Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:36: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:39: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.227 MiB
#2 Accepted 74ms 19.172 MiB
#3 Accepted 800ms 94.547 MiB
#4 Accepted 442ms 65.082 MiB
#5 Accepted 394ms 60.379 MiB
#6 Accepted 739ms 102.098 MiB
#7 Accepted 128ms 32.789 MiB
#8 Accepted 870ms 120.82 MiB
#9 Accepted 1299ms 161.328 MiB
#10 Accepted 904ms 128.219 MiB
#11 Accepted 349ms 63.988 MiB
#12 Accepted 147ms 42.57 MiB
#13 Accepted 1519ms 203.555 MiB
#14 Accepted 397ms 46.418 MiB
#15 Accepted 380ms 66.23 MiB
#16 Accepted 376ms 59.797 MiB
#17 Accepted 1973ms 159.07 MiB
#18 Accepted 1630ms 210.625 MiB
#19 Accepted 2377ms 191.438 MiB
#20 Memory Exceeded ≥1606ms ≥256.0 MiB

信息

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