Problem squarerect
User justin271828
Submission Time 2025-03-04 16:04:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:53:96: error: expected ‘;’ before ‘}’ token
53 | return (inside_shape(temp.first, right-left+up) && !inside_shape(temp.first, right-left+up+1))}
| ^
| ;