Problem volcanic
User PlayVoltz
Submission Time 2023-09-17 00:24:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

volcanic.cpp: In function ‘void lava(int, int, int, int)’:
volcanic.cpp:33:10: error: ‘i’ was not declared in this scope
33 | visited[i][j] = true;
| ^
volcanic.cpp:33:13: error: ‘j’ was not declared in this scope
33 | visited[i][j] = true;
| ^