Problem | monsters |
---|---|
User | Hytoh |
Submission Time | 2023-12-02 14:27:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monsters.cpp: In function ‘int main()’:
monsters.cpp:17:32: error: no matching function for call to ‘std::vector<std::pair<int, int> >::push_back(std::map<int, int>&)’
17 | niggasholder.push_back(niggas);
| ^
In file included from /usr/include/c++/9/vector:67,
from monsters.cpp:2:
/usr/include/c++/9/bits/stl_vector.h:1184:7: note: candidate: ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = std::pair<int, int>; _Alloc = std::allocator<std::pair<int, int> >; std::vector<_Tp, _Alloc>::value_type = std::pair<int, int>]’
1184 | push_back(const value_type& __x)
| ^~~~~~~~~
/usr/include/c++/9/bits/stl_vector.h:1184:35: note: no known conversion for argument 1 from ‘std::map<int, int>’ to ‘const value_type&’ {aka ‘const std::pair<int, int>&’}
1184 | push_back(const value_type& __x)