Problem | WA1 |
---|---|
User | Soysauce |
Submission Time | 2024-06-14 21:27:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
WA1.cpp: In function ‘int main()’:
WA1.cpp:11:39: error: use of deleted function ‘std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::unordered_map() [with _Key = std::pair<int, int>; _Tp = bool; _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>, bool> >]’
11 | unordered_map<pair<int, int>, bool> answers; // Key: (x, y), Value: Graded (true) or not (false)
| ^~~~~~~
In file included from /usr/include/c++/9/unordered_map:47,
from WA1.cpp:2:
/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 = bool; _Hash = std::hash<std::pair<int, int> >; _Pred = std::equal_to<std::pair<int, int> >; _Alloc = std::allo