| Problem | duckhunt5 |
|---|---|
| User | ethantanaki |
| Submission Time | 2026-05-16 09:22:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:11:28: error: expected initializer before ‘ms’
11 | multiset<int>::iterator a ms;
| ^~
duckhunt5.cpp:16:4: error: ‘ms’ was not declared in this scope
16 | ms.insert(x);
| ^~
duckhunt5.cpp:19:4: error: ‘ms’ was not declared in this scope
19 | ms.erase(ms.find(y));
| ^~
duckhunt5.cpp:22:16: error: ‘ms’ was not declared in this scope
22 | for(int a = ms.begin(); a != ms.end(); a++) {
| ^~
duckhunt5.cpp:23:9: error: invalid type argument of unary ‘*’ (have ‘int’)
23 | if(*a >= z) {
| ^