Problem corporate
User bribritt
Submission Time 2024-12-24 21:34:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

corporate.cpp: In function ‘int main()’:
corporate.cpp:43:21: error: no matching function for call to ‘swap(std::map<int, int>&, std::unordered_map<int, int>&)’
43 | swap(l,mp[lft[x]]);
| ^
In file included from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from corporate.cpp:1:
/usr/include/c++/9/sstream:849:5: note: candidate: ‘template<class _CharT, class _Traits, class _Allocator> void std::__cxx11::swap(std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>&, std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>&)’
849 | swap(basic_stringbuf<_CharT, _Traits, _Allocator>& __x,
| ^~~~
/usr/include/c++/9/sstream:849:5: note: template argument deduction/substitution failed:
corporate.cpp:43:21: note: ‘std::map<int, int>’ is no