Problem | squarerect |
---|---|
User | Ok |
Submission Time | 2023-02-21 20:36:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
squarerect.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
2 | #include "squarerect.h"q
| ^~~~~~~~~~~~~~~
squarerect.cpp: In function ‘int bsx1(int, int, int)’:
squarerect.cpp:13:8: error: ‘inside_shape’ was not declared in this scope
13 | if(inside_shape(m,sure)){
| ^~~~~~~~~~~~
squarerect.cpp: In function ‘int bsx2(int, int, int)’:
squarerect.cpp:27:8: error: ‘inside_shape’ was not declared in this scope
27 | if(inside_shape(m,sure)){
| ^~~~~~~~~~~~
squarerect.cpp: In function ‘int bsy1(int, int, int)’:
squarerect.cpp:42:8: error: ‘inside_shape’ was not declared in this scope
42 | if(inside_shape(sure,m)){
| ^~~~~~~~~~~~
squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:58:16: error: ‘inside_shape’ was not declared in this scope
58 | if(inside_shape(i * 20 - 19,j * 20 - 19)){
|