Problem square_ioi
User IWKR
Submission Time 2023-11-25 15:25:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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