Problem squarerect
User justin271828
Submission Time 2025-03-03 12:01:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:62:26: error: lvalue required as left operand of assignment
62 | return (down-up = right-left);}
| ^~~~