| Problem | lvm |
|---|---|
| User | LimCheeHann |
| Submission Time | 2026-03-09 22:01:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lvm.cpp: In function ‘int main()’:
lvm.cpp:40:10: error: invalid use of non-static member function ‘void std::vector<_Tp, _Alloc>::pop_back() [with _Tp = long long int; _Alloc = std::allocator<long long int>]’
40 | stack.pop_back;
| ~~~~~~^~~~~~~~
In file included from /usr/include/c++/9/vector:67,
from lvm.cpp:2:
/usr/include/c++/9/bits/stl_vector.h:1222:7: note: declared here
1222 | pop_back() _GLIBCXX_NOEXCEPT
| ^~~~~~~~