| Problem | squarerect |
|---|---|
| User | bribritt |
| Submission Time | 2023-01-21 13:07:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:38:41: error: expected ‘;’ before ‘}’ token
38 | return inside_shape(maxX, supposedY)
| ^
| ;
39 | }
| ~