Problem | tiles |
---|---|
User | ChickenCoder |
Submission Time | 2022-12-28 12:36:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
tiles.cpp:9:63: error: use of deleted function ‘std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::unordered_map() [with _Key = std::pair<int, int>; _Tp = std::array<std::array<long long int, 8>, 8>; _Hash = std::hash<std::pair<int, int> >; _Pred = std::equal_to<std::pair<int, int> >; _Alloc = std::allocator<std::pair<const std::pair<int, int>, std::array<std::array<long long int, 8>, 8> > >]’
9 | unordered_map<pair<int, int>, array<array<long long, 8>, 8> > mp;
| ^~
In file included from /usr/include/c++/9/unordered_map:47,
from tiles.cpp:4:
/usr/include/c++/9/bits/unordered_map.h:141:7: note: ‘std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::unordered_map() [with _Key = std::pair<int, int>; _Tp = std::array<std::array<long long int, 8>, 8>; _Hash = std