Problem jumper
User penguin133
Submission Time 2022-12-25 21:07:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jumper.cpp:27:24: error: use of deleted function ‘std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::unordered_map() [with _Key = std::pair<long long unsigned int, long long unsigned int>; _Tp = long long unsigned int; _Hash = std::hash<std::pair<long long unsigned int, long long unsigned int> >; _Pred = std::equal_to<std::pair<long long unsigned int, long long unsigned int> >; _Alloc = std::allocator<std::pair<const std::pair<long long unsigned int, long long unsigned int>, long long unsigned int> >]’
27 | unordered_map<pi, int> mp;
| ^~
In file included from /usr/include/c++/9/unordered_map:47,
from /usr/include/c++/9/functional:61,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
fr