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

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:17:43: error: request for member ‘empty’ in ‘brick’, which is of non-class type ‘int’
17 | while (bricks.top() <= brick and brick.empty() = false) {
| ^~~~~