squarerect.cpp: In function 'bool am_i_square(ll, ll)':
squarerect.cpp:51:63: error: 'inside_shape' was not declared in this scope
for(int i=20; i<=80; i+=20) for(int j=20; j<=80; j+=20) if(inside_shape(i,j)){
^~~~~~~~~~~~
squarerect.cpp:51:63: note: suggested alternative: 'initstate'
for(int i=20; i<=80; i+=20) for(int j=20; j<=80; j+=20) if(inside_shape(i,j)){
^~~~~~~~~~~~
initstate
squarerect.cpp:58:14: error: 'inside_shape' was not declared in this scope
if(!inside_shape(m,mny)) l=m+1;
^~~~~~~~~~~~
squarerect.cpp:58:14: note: suggested alternative: 'initstate'
if(!inside_shape(m,mny)) l=m+1;
^~~~~~~~~~~~
initstate
squarerect.cpp:65:14: error: 'inside_shape' was not declared in this scope
if(!inside_shape(mnx,m)) l=m+1;
^~~~~~~~~~~~
squarerect.cpp:65:14: note: suggested alternative: 'initstate'
if(!inside_shape(mnx,m)) l=m+1;
^~~~~~~~~~~~
initstate
squarerect.cpp:72:14: error: 'inside_shape' was not declared in this scope
if(!inside_shape(m,mny)) l=m+1;
^~~~~~~~~~~~
squarerect.cpp:72:14: note: suggested alternative: 'initstate'
if(!inside_shape(m,mny)) l=m+1;
^~~~~~~~~~~~
initstate
squarerect.cpp:76:11: error: 'inside_shape' was not declared in this scope
if(!inside_shape(mnx,mny+mxx-mnx)) return false;
^~~~~~~~~~~~
squarerect.cpp:76:11: note: suggested alternative: 'initstate'
if(!inside_shape(mnx,mny+mxx-mnx)) return false;
^~~~~~~~~~~~
initstate
squarerect.cpp:77:10: error: 'inside_shape' was not declared in this scope
if(inside_shape(mnx,mny+mxx-mnx+1)) return false;
^~~~~~~~~~~~
squarerect.cpp:77:10: note: suggested alternative: 'initstate'
if(inside_shape(mnx,mny+mxx-mnx+1)) return false;
^~~~~~~~~~~~
initstate
squarerect.cpp:83:39: error: 'inside_shape' was not declared in this scope
for(int i=20; i<=100; i+=20) if(inside_shape(i,100)){
^~~~~~~~~~~~
squarerect.cpp:83:39: note: suggested alternative: 'initstate'
for(int i=20; i<=100; i+=20) if(inside_shape(i,100)){
^~~~~~~~~~~~
initstate
squarerect.cpp:92:17: error: 'inside_shape' was not declared in this scope
if(!inside_shape(m,y)) l=m+1;
^~~~~~~~~~~~
squarerect.cpp:92:17: note: suggested alternative: 'initstate'
if(!inside_shape(m,y)) l=m+1;
^~~~~~~~~~~~
initstate
squarerect.cpp:96:14: error: 'inside_shape' was not declared in this scope
if(!inside_shape(x+19,y)) return false;
^~~~~~~~~~~~
squarerect.cpp:96:14: note: suggested alternative: 'initstate'
if(!inside_shape(x+19,y)) return false;
^~~~~~~~~~~~
initstate
squarerect.cpp:97:13: error: 'inside_shape' was not declared in this scope
if(inside_shape(x+20,y)) return false;
^~~~~~~~~~~~
squarerect.cpp:97:13: note: suggested alternative: 'initstate'
if(inside_shape(x+20,y)) return false;
^~~~~~~~~~~~
initstate
squarerect.cpp:100:36: error: 'inside_shape' was not declared in this scope
for(int j=20; j<=80; j++) if(inside_shape(100,j)){
^~~~~~~~~~~~
squarerect.cpp:100:36: note: suggested alternative: 'initstate'
for(int j=20; j<=80; j++) if(inside_shape(100,j)){
^~~~~~~~~~~~
initstate
squarerect.cpp:109:14: error: 'inside_shape' was not declared in this scope
if(!inside_shape(x,m)) l=m+1;
^~~~~~~~~~~~
squarerect.cpp:109:14: note: suggested alternative: 'initstate'
if(!inside_shape(x,m)) l=m+1;
^~~~~~~~~~~~
initstate
squarerect.cpp:113:11: error: 'inside_shape' was not declared in this scope
if(!inside_shape(x,y+19)) return false;
^~~~~~~~~~~~
squarerect.cpp:113:11: note: suggested alternative: 'initstate'
if(!inside_shape(x,y+19)) return false;
^~~~~~~~~~~~
initstate
squarerect.cpp:114:10: error: 'inside_shape' was not declared in this scope
if(inside_shape(x,y+20)) return false;
^~~~~~~~~~~~
squarerect.cpp:114:10: note: suggested alternative: 'initstate'
if(inside_shape(x,y+20)) return false;
^~~~~~~~~~~~
initstate