Problem pancake_ex
User bribritt
Submission Time 2023-12-14 16:32:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pancake_ex.cpp: In function ‘int main()’:
pancake_ex.cpp:13:6: error: no match for ‘operator[]’ (operand types are ‘std::map<std::__cxx11::basic_string<int>, int>’ and ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’})
13 | dist[st]=0;
| ^
In file included from /usr/include/c++/9/map:61,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:81,
from pancake_ex.cpp:1:
/usr/include/c++/9/bits/stl_map.h:490:7: note: candidate: ‘std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = std::__cxx11::basic_string<int>; _Tp = int; _Compare = std::less<std::__cxx11::basic_string<int> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<int>, int> >; std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type = int; std::map<_Key, _Tp, _Compare, _Alloc>::key_typ