Problem morepaths
User shoryu386
Submission Time 2023-02-25 18:55:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

morepaths.cpp: In function ‘int main()’:
morepaths.cpp:11:38: error: ‘grid’ was not declared in this scope
11 | for (int y = 0; y < m; y++) cin >> grid[x][y];
| ^~~~