Problem brick
User cobnet
Submission Time 2024-02-19 17:36:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:12:15: error: invalid use of non-static member function ‘void std::vector<_Tp, _Alloc>::pop_back() [with _Tp = int; _Alloc = std::allocator<int>]’
12 | canterbury.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 brick.cpp:2:
/usr/include/c++/9/bits/stl_vector.h:1222:7: note: declared here
1222 | pop_back() _GLIBCXX_NOEXCEPT
| ^~~~~~~~