| Problem | cups |
|---|---|
| User | pseudocoder101 |
| Submission Time | 2025-10-31 17:14:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cups.cpp: In function ‘int main()’:
cups.cpp:11:5: error: ‘unordered_set’ was not declared in this scope
11 | unordered_set <ll> a;
| ^~~~~~~~~~~~~
cups.cpp:3:1: note: ‘std::unordered_set’ is defined in header ‘<unordered_set>’; did you forget to ‘#include <unordered_set>’?
2 | #include <set>
+++ |+#include <unordered_set>
3 |
cups.cpp:11:22: error: expected primary-expression before ‘>’ token
11 | unordered_set <ll> a;
| ^
cups.cpp:11:24: error: ‘a’ was not declared in this scope
11 | unordered_set <ll> a;
| ^