Problem square_ioi
User popperoni
Submission Time 2025-02-04 20:44:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

square_ioi.cpp:75:23: error: declaration of ‘material’ as multidimensional array must have bounds for all dimensions except the first
75 | int findMaxSquare(int material[][], int materialSize)
| ^~~~~~~~
square_ioi.cpp:75:35: error: expected ‘)’ before ‘,’ token
75 | int findMaxSquare(int material[][], int materialSize)
| ~ ^
| )
square_ioi.cpp:75:37: error: expected unqualified-id before ‘int’
75 | int findMaxSquare(int material[][], int materialSize)
| ^~~