Problem | gridgame |
---|---|
User | 0rang3 |
Submission Time | 2024-09-01 15:48:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gridgame.cpp: In function ‘int main()’:
gridgame.cpp:44:10: error: ‘i’ was not declared in this scope
44 | if(arr[i][j] != -1)arr[x][y] = 1;
| ^
gridgame.cpp:44:13: error: ‘j’ was not declared in this scope
44 | if(arr[i][j] != -1)arr[x][y] = 1;
| ^