| Problem | foreveralone |
|---|---|
| User | squishychicken |
| Submission Time | 2025-07-07 10:46:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foreveralone.cpp: In function ‘int main()’:
foreveralone.cpp:21:8: error: ‘N’ was not declared in this scope
21 | cout<<N-s.size;
| ^
foreveralone.cpp:21:12: error: request for member ‘size’ in ‘s’, which is of non-class type ‘std::unordered_set<long long int> [n]’
21 | cout<<N-s.size;
| ^~~~