| Problem | square_ioi |
|---|---|
| User | EmirV |
| Submission Time | 2025-12-10 11:16:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
square_ioi.cpp:3:32: error: ‘SIZE’ was not declared in this scope
3 | int findMaxSquare(int material[SIZE][SIZE], int materialSize) {
| ^~~~
square_ioi.cpp:3:38: error: ‘SIZE’ was not declared in this scope
3 | int findMaxSquare(int material[SIZE][SIZE], int materialSize) {
| ^~~~
square_ioi.cpp:3:43: error: expected ‘)’ before ‘,’ token
3 | int findMaxSquare(int material[SIZE][SIZE], int materialSize) {
| ~ ^
| )
square_ioi.cpp:3:45: error: expected unqualified-id before ‘int’
3 | int findMaxSquare(int material[SIZE][SIZE], int materialSize) {
| ^~~