Problem | square_ioi |
---|---|
User | bakchormee |
Submission Time | 2024-05-20 21:39:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
square_ioi.cpp:2:32: error: ‘SIZE’ was not declared in this scope
2 | int findMaxSquare(int material[SIZE][SIZE], int materialSize);
| ^~~~
square_ioi.cpp:2:38: error: ‘SIZE’ was not declared in this scope
2 | int findMaxSquare(int material[SIZE][SIZE], int materialSize);
| ^~~~
square_ioi.cpp:2:43: error: expected ‘)’ before ‘,’ token
2 | int findMaxSquare(int material[SIZE][SIZE], int materialSize);
| ~ ^
| )
square_ioi.cpp:2:45: error: expected unqualified-id before ‘int’
2 | int findMaxSquare(int material[SIZE][SIZE], int materialSize);
| ^~~