| Problem | squarerect |
|---|---|
| User | coin |
| Submission Time | 2026-02-25 00:59:14 |
| 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:12:8: error: ‘inside_shape’ was not declared in this scope
12 | if (inside_shape(i, j)){
| ^~~~~~~~~~~~
squarerect.cpp:26:7: error: ‘inside_shape’ was not declared in this scope
26 | if (inside_shape(topLeft.fi, mid)){
| ^~~~~~~~~~~~
squarerect.cpp:39:7: error: ‘inside_shape’ was not declared in this scope
39 | if (inside_shape(mid, topLeft.se)){
| ^~~~~~~~~~~~
squarerect.cpp:53:7: error: ‘inside_shape’ was not declared in this scope
53 | if (inside_shape(mid, botRight.se)){
| ^~~~~~~~~~~~
squarerect.cpp:67:7: error: ‘inside_shape’ was not declared in this scope
67 | if (inside_shape(botRight.fi, mid)){
| ^~~~~~~~~~~~