| Problem | square_ioi |
|---|---|
| User | bron |
| Submission Time | 2022-12-30 11:22:31 |
| 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:20:7: error: ‘arr’ was not declared in this scope
20 | if(arr[i][j] == maxi) no++;
| ^~~