Problem | countalp |
---|---|
User | hwy |
Submission Time | 2023-06-07 15:11:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp: In function ‘int main()’:
countalp.cpp:11:15: error: expected ‘]’ before ‘[’ token
11 | map[alphabet[count]] = 0;
| ^
| ]
countalp.cpp:11:26: error: class template argument deduction failed:
11 | map[alphabet[count]] = 0;
| ^
countalp.cpp:11:26: error: no matching function for call to ‘map(int)’
In file included from /usr/include/c++/9/map:61,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:81,
from countalp.cpp:1:
/usr/include/c++/9/bits/stl_map.h:1416:5: note: candidate: ‘template<class _InputIterator, class _Compare, class _Allocator, class, class, class> std::map(_InputIterator, _InputIterator, _Compare, _Allocator)-> std::map<typename std::remove_const<typename std::iterator_traits<_Iterator>::value_type::first_type>::type, typename std::iterator_traits<_Iterator>::value_type::secon