| Problem | squarerect |
|---|---|
| User | sporknives |
| Submission Time | 2025-11-13 16:51:28 |
| 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:9:17: error: ‘inside_shape’ was not declared in this scope
9 | inside[i][j]=inside_shape((i+1)*N/5,(j+1)*N/5);
| ^~~~~~~~~~~~
squarerect.cpp:15:17: error: ‘inside_shape’ was not declared in this scope
15 | inside[4][i]=inside_shape(N,(i+1)*N/5);
| ^~~~~~~~~~~~
squarerect.cpp:19:17: error: ‘inside_shape’ was not declared in this scope
19 | inside[i][4]=inside_shape((i+1)*N/5,N);
| ^~~~~~~~~~~~
squarerect.cpp:56:7: error: ‘inside_shape’ was not declared in this scope
56 | if (inside_shape(mid,tl.second)) {
| ^~~~~~~~~~~~
squarerect.cpp:68:7: error: ‘inside_shape’ was not declared in this scope
68 | if (inside_shape(tl.first, mid)) {
| ^~~~~~~~~~~~
squarerect.cpp:80:7: error: ‘inside_shape’ was not declared in this scope
80 | if (inside_shape(mi