Problem brick
User audreycyr010
Submission Time 2024-07-29 14:15:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:12:33: error: expected ‘;’ before ‘:’ token
12 | stackofbricks.push_back(brick):
| ^
| ;
brick.cpp:16:25: error: expected ‘;’ before ‘}’ token
16 | stackofbricks.pop_back
| ^
| ;
17 | }
| ~
brick.cpp:16:17: error: invalid use of non-static member function ‘void std::vector<_Tp, _Alloc>::pop_back() [with _Tp = int; _Alloc = std::allocator<int>]’
16 | stackofbricks.pop_back
| ~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/c++/9/vector:67,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/