Problem | square_ioi |
---|---|
User | ThePwo |
Submission Time | 2023-09-21 11:05:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
square_ioi.cpp:6:25: error: ‘SIZE’ was not declared in this scope
6 | int findMaxSquare(int g[SIZE][SIZE], int n) {
| ^~~~
square_ioi.cpp:6:31: error: ‘SIZE’ was not declared in this scope
6 | int findMaxSquare(int g[SIZE][SIZE], int n) {
| ^~~~
square_ioi.cpp:6:36: error: expected ‘)’ before ‘,’ token
6 | int findMaxSquare(int g[SIZE][SIZE], int n) {
| ~ ^
| )
square_ioi.cpp:6:38: error: expected unqualified-id before ‘int’
6 | int findMaxSquare(int g[SIZE][SIZE], int n) {
| ^~~