Problem | missingnumber |
---|---|
User | Elnathan |
Submission Time | 2023-12-09 09:02:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
missingnumber.cpp: In function ‘int main()’:
missingnumber.cpp:11:2: error: ‘unordered_’ was not declared in this scope
11 | unordered_<int> uset;
| ^~~~~~~~~~
missingnumber.cpp:11:13: error: expected primary-expression before ‘int’
11 | unordered_<int> uset;
| ^~~
missingnumber.cpp:15:3: error: ‘uset’ was not declared in this scope
15 | uset.insert(a);
| ^~~~
missingnumber.cpp:18:7: error: ‘uset’ was not declared in this scope
18 | if (uset.find(i) == uset.end()) {
| ^~~~