Problem boundlessboxes
User Tyx2019
Submission Time 2023-11-29 15:05:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boundlessboxes.cpp: In function ‘void bfs(int, int)’:
boundlessboxes.cpp:28:10: error: ‘vis’ was not declared in this scope
28 | if(!vis[curx+dx][cury+dy]){
| ^~~