Problem squarerect
User kxd
Submission Time 2023-02-23 10:19:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:26:7: error: ‘inside_shape’ was not declared in this scope
26 | if(inside_shape(i,j)) {
| ^~~~~~~~~~~~