Problem | square_ioi |
---|---|
User | bakchormee |
Submission Time | 2024-05-20 23:00:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
square_ioi.cpp: In function ‘int findMaxSquare(int (*)[1000], int)’:
square_ioi.cpp:19:4: error: ‘grid’ was not declared in this scope
19 | grid[i][j] = a;
| ^~~~