Problem brick
User SMILE
Submission Time 2024-05-05 11:49:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:14:17: error: cannot convert ‘std::stack<int>::empty’ from type ‘bool (std::stack<int>::)() const’ to type ‘bool’
14 | while (!Shigh.empty){
| ^~~~~
brick.cpp:14:17: error: in argument to unary !
brick.cpp:17:6: error: expected ‘}’ at end of input
17 | }
| ^
brick.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^