Problem | gotoschool |
---|---|
User | Fr5ctal |
Submission Time | 2025-07-16 20:46:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:14:12: error: expected ‘]’ before ‘[’ token
14 | map[order[i]] = i;
| ^
| ]
gotoschool.cpp:14:19: error: class template argument deduction failed:
14 | map[order[i]] = i;
| ^
gotoschool.cpp:14:19: 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 gotoschool.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::second_type, _Compare