记录详情

Accepted

/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.09 MiB
#2 Accepted 73ms 17.309 MiB
#3 Accepted 773ms 71.195 MiB
#4 Accepted 423ms 50.277 MiB
#5 Accepted 380ms 47.637 MiB
#6 Accepted 709ms 76.238 MiB
#7 Accepted 124ms 29.578 MiB
#8 Accepted 835ms 90.203 MiB
#9 Accepted 1242ms 120.32 MiB
#10 Accepted 870ms 96.812 MiB
#11 Accepted 332ms 54.711 MiB
#12 Accepted 142ms 39.035 MiB
#13 Accepted 1467ms 149.801 MiB
#14 Accepted 367ms 32.926 MiB
#15 Accepted 368ms 52.723 MiB
#16 Accepted 369ms 46.281 MiB
#17 Accepted 1417ms 102.105 MiB
#18 Accepted 1538ms 153.281 MiB
#19 Accepted 2200ms 119.805 MiB
#20 Accepted 2451ms 244.223 MiB

信息

递交者
类型
递交
题目
P1008 小羊吃草
语言
C++
递交时间
2021-05-06 17:47:22
评测时间
2021-05-06 17:47:22
评测机
分数
100
总耗时
16096ms
峰值内存
244.223 MiB