Problem brick
User sporknives
Submission Time 2024-05-18 21:41:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:17:54: error: lvalue required as left operand of assignment
17 | while (bricks.top() <= brick and bricks.empty() = false) {
| ^~~~~