Problem | squarerect |
---|---|
User | PlayVoltz |
Submission Time | 2024-09-09 08:51:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:9:12: error: request for member ‘second’ in ‘left’, which is of non-class type ‘int’
9 | #define se second
| ^~~~~~
squarerect.cpp:36:42: note: in expansion of macro ‘se’
36 | if (left+19>n||!inside_shape(p.fi, left.se))return 0;
| ^~