Problem | square_ioi |
---|---|
User | vs358 |
Submission Time | 2023-11-30 19:51:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
square_ioi.cpp:31:32: error: ‘SIZE’ was not declared in this scope
31 | int findMaxSquare(int material[SIZE][SIZE], int material[SIZE]){
| ^~~~
square_ioi.cpp:31:38: error: ‘SIZE’ was not declared in this scope
31 | int findMaxSquare(int material[SIZE][SIZE], int material[SIZE]){
| ^~~~
square_ioi.cpp:31:43: error: expected ‘)’ before ‘,’ token
31 | int findMaxSquare(int material[SIZE][SIZE], int material[SIZE]){
| ~ ^
| )
square_ioi.cpp:31:45: error: expected unqualified-id before ‘int’
31 | int findMaxSquare(int material[SIZE][SIZE], int material[SIZE]){
| ^~~