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

Compile Error

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