| Problem | square_ioi |
|---|---|
| User | vs358 |
| Submission Time | 2023-11-30 19:59:53 |
| 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:8:25: error: ‘N’ was not declared in this scope
8 | for(int i = 0; i <= N; i++){
| ^
square_ioi.cpp:21:25: error: ‘N’ was not declared in this scope
21 | for(int i = 1; i <= N; i++){
| ^