Problem square_ioi
User kahchun
Submission Time 2023-11-24 10:41:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

square_ioi.cpp:7:32: error: ‘SIZE’ was not declared in this scope
7 | int findMaxSquare(int material[SIZE][SIZE], int materialSize)
| ^~~~
square_ioi.cpp:7:38: error: ‘SIZE’ was not declared in this scope
7 | int findMaxSquare(int material[SIZE][SIZE], int materialSize)
| ^~~~
square_ioi.cpp:7:43: error: expected ‘)’ before ‘,’ token
7 | int findMaxSquare(int material[SIZE][SIZE], int materialSize)
| ~ ^
| )
square_ioi.cpp:3:13: error: expected unqualified-id before ‘long’
3 | #define int long long
| ^~~~
square_ioi.cpp:7:45: note: in expansion of macro ‘int’
7 | int findMaxSquare(int material[SIZE][SIZE], int materialSize)
| ^~~