Problem square_ioi
User EmirV
Submission Time 2025-12-10 10:32:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

square_ioi.cpp:24:32: error: ‘SIZE’ was not declared in this scope
24 | int findMaxSquare(int material[SIZE][SIZE], int materialSize) {
| ^~~~
square_ioi.cpp:24:38: error: ‘SIZE’ was not declared in this scope
24 | int findMaxSquare(int material[SIZE][SIZE], int materialSize) {
| ^~~~
square_ioi.cpp:24:43: error: expected ‘)’ before ‘,’ token
24 | int findMaxSquare(int material[SIZE][SIZE], int materialSize) {
| ~ ^
| )
square_ioi.cpp:24:45: error: expected unqualified-id before ‘int’
24 | int findMaxSquare(int material[SIZE][SIZE], int materialSize) {
| ^~~