Problem | zanesletters |
---|---|
User | blob |
Submission Time | 2024-01-05 18:02:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
zanesletters.cpp: In function ‘int main()’:
zanesletters.cpp:27:32: error: use of deleted function ‘std::unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set() [with _Value = std::vector<int>; _Hash = std::hash<std::vector<int> >; _Pred = std::equal_to<std::vector<int> >; _Alloc = std::allocator<std::vector<int> >]’
27 | unordered_set<vector<int>> uniqueLetters;
| ^~~~~~~~~~~~~
In file included from /usr/include/c++/9/unordered_set:47,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:118,
from zanesletters.cpp:1:
/usr/include/c++/9/bits/unordered_set.h:135:7: note: ‘std::unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set() [with _Value = std::vector<int>; _Hash = std::hash<std::vector<int> >; _Pred = std::equal_to<std::vector<int> >; _Alloc = std::allocator<std::vector<