Problem square_ioi
User PlayVoltz
Submission Time 2023-12-10 13:18:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

square_ioi.cpp:4:29: error: ‘SIZE’ was not declared in this scope
4 | int findMaxSquare(int graph[SIZE][SIZE], int n){
| ^~~~
square_ioi.cpp:4:35: error: ‘SIZE’ was not declared in this scope
4 | int findMaxSquare(int graph[SIZE][SIZE], int n){
| ^~~~
square_ioi.cpp:4:40: error: expected ‘)’ before ‘,’ token
4 | int findMaxSquare(int graph[SIZE][SIZE], int n){
| ~ ^
| )
square_ioi.cpp:4:42: error: expected unqualified-id before ‘int’
4 | int findMaxSquare(int graph[SIZE][SIZE], int n){
| ^~~