Problem | uniquenumbers |
---|---|
User | Z2077 |
Submission Time | 2025-06-18 16:18:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
uniquenumbers.cpp: In function ‘int main()’:
uniquenumbers.cpp:10:9: error: ‘uniqueIntegers’ was not declared in this scope
10 | uniqueIntegers.insert(number);
| ^~~~~~~~~~~~~~
uniquenumbers.cpp:14:18: error: ‘uniqueIntegers’ was not declared in this scope
14 | std::cout << uniqueIntegers.size() << std::endl;
| ^~~~~~~~~~~~~~