Problem | boundlessboxes |
---|---|
User | Tyx2019 |
Submission Time | 2023-11-29 15:05:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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]){
| ^~~