| Problem | squarerect |
|---|---|
| User | StewartStudios |
| Submission Time | 2026-01-26 22:35:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
squarerect.cpp: In function ‘bool am_i_square()’:
squarerect.cpp:13:13: error: ‘inside_shape’ was not declared in this scope
13 | if (inside_shape(column, mid)){
| ^~~~~~~~~~~~
squarerect.cpp:21:39: error: ‘inside_shape’ was not declared in this scope
21 | if (ny >= 1 && ny <= N && inside_shape(column, ny)){
| ^~~~~~~~~~~~
squarerect.cpp:33:17: error: ‘inside_shape’ was not declared in this scope
33 | if (inside_shape(column, y)){
| ^~~~~~~~~~~~
squarerect.cpp:44:13: error: ‘inside_shape’ was not declared in this scope
44 | if (inside_shape(mid, y0)){
| ^~~~~~~~~~~~
squarerect.cpp:55:13: error: ‘inside_shape’ was not declared in this scope
55 | if (inside_shape(mid, y0)){
| ^~~~~~~~~~~~
squarerect.cpp:67:13: error: ‘inside_shape’ was not declared in thi