Problem | square_ioi |
---|---|
User | vs358 |
Submission Time | 2023-11-30 20:00:25 |
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:9:29: error: ‘N’ was not declared in this scope
9 | for(int j = 0; j <= N; j++){
| ^