Problem square_ioi
User LCJLY
Submission Time 2023-01-12 20:07:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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