Problem | square_ioi |
---|---|
User | ZivTheONe |
Submission Time | 2024-10-04 12:13:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
square_ioi.cpp:12:32: error: ‘SIZE’ was not declared in this scope
12 | int findMaxSquare(int material[SIZE][SIZE], int mSize){
| ^~~~
square_ioi.cpp:12:38: error: ‘SIZE’ was not declared in this scope
12 | int findMaxSquare(int material[SIZE][SIZE], int mSize){
| ^~~~
square_ioi.cpp:12:43: error: expected ‘)’ before ‘,’ token
12 | int findMaxSquare(int material[SIZE][SIZE], int mSize){
| ~ ^
| )
square_ioi.cpp:12:45: error: expected unqualified-id before ‘int’
12 | int findMaxSquare(int material[SIZE][SIZE], int mSize){
| ^~~