cluedo.cpp: In function 'void Solve()':
cluedo.cpp:17:18: error: invalid use of non-static member function 'constexpr void std::vector<_Tp, _Alloc>::pop_back() [with _Tp = int; _Alloc = std::allocator<int>]'
17 | if(x==1) v.pop_back;
| ~~^~~~~~~~
In file included from /usr/include/c++/13/vector:66,
from /usr/include/c++/13/functional:64,
from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:53,
from cluedo.cpp:3:
/usr/include/c++/13/bits/stl_vector.h:1322:7: note: declared here
1322 | pop_back() _GLIBCXX_NOEXCEPT
| ^~~~~~~~