squarerect.cpp: In function 'bool am_i_square(int, int)':
squarerect.cpp:9:12: error: 'inside_shape' was not declared in this scope
9 | if(inside_shape(m,c)) b=m;
| ^~~~~~~~~~~~
squarerect.cpp:16:12: error: 'inside_shape' was not declared in this scope
16 | if(inside_shape(m,c)) a=m;
| ^~~~~~~~~~~~
squarerect.cpp:23:12: error: 'inside_shape' was not declared in this scope
23 | if(inside_shape(c,m)) r=m;
| ^~~~~~~~~~~~
squarerect.cpp:30:12: error: 'inside_shape' was not declared in this scope
30 | if(inside_shape(c,m)) l=m;
| ^~~~~~~~~~~~