Problem square_ioi
User shoryu386
Submission Time 2023-11-24 07:20:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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