Problem | brick |
---|---|
User | CookieCoder |
Submission Time | 2025-07-02 17:06:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:23:22: error: cannot convert ‘std::stack<int>::empty’ from type ‘bool (std::stack<int>::)() const’ to type ‘bool’
23 | if(brickstack.empty)
| ^
brick.cpp:44:19: error: expected ‘;’ before ‘}’ token
44 | brickstack.pop()
| ^
| ;
45 | }
| ~