Problem | square_ioi |
---|---|
User | dacashew |
Submission Time | 2023-11-12 13:20:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
square_ioi.cpp: In function ‘int findMaxSquare(int (*)[1000], int)’:
square_ioi.cpp:40:9: error: ‘total’ was not declared in this scope
40 | return total*size;
| ^~~~~