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

Compile Error

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