Problem squarerect
User shoryu386
Submission Time 2023-12-26 14:09:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:7:17: error: ‘inside_shape’ was not declared in this scope
7 | spec[i][j] = inside_shape(SPEC*i, SPEC*j);
| ^~~~~~~~~~~~
squarerect.cpp:27:7: error: ‘inside_shape’ was not declared in this scope
27 | if (inside_shape(m, latestj)){
| ^~~~~~~~~~~~
squarerect.cpp:40:7: error: ‘inside_shape’ was not declared in this scope
40 | if (inside_shape(m, latestj)){
| ^~~~~~~~~~~~
squarerect.cpp:53:7: error: ‘inside_shape’ was not declared in this scope
53 | if (inside_shape(latesti, m)){
| ^~~~~~~~~~~~
squarerect.cpp:66:7: error: ‘inside_shape’ was not declared in this scope
66 | if (inside_shape(latesti, m)){
| ^~~~~~~~~~~~