Problem | uniquenumbers |
---|---|
User | fueh |
Submission Time | 2025-01-22 15:57:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
uniquenumbers.cpp: In function ‘int main()’:
uniquenumbers.cpp:13:10: error: could not convert ‘(it = unique.std::vector<int>::end())’ from ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’ to ‘bool’
13 | if (it = unique.end()) {
| ~~~^~~~~~~~~~~~~~
| |
| __gnu_cxx::__normal_iterator<int*, std::vector<int> >