| Problem | duckhunt5 |
|---|---|
| User | aliceting2021 |
| Submission Time | 2026-05-16 09:27:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:7:17: error: expected ‘;’ before ‘ms’
7 | ms.insert(2)
| ^
| ;
8 | ms.insert(2);
| ~~
duckhunt5.cpp:9:25: error: expected ‘;’ before ‘ms’
9 | ms.erase(ms.find(2))
| ^
| ;
10 | ms.erase(2);
| ~~
duckhunt5.cpp:11:21: error: expected ‘)’ before ‘{’ token
11 | for(auto it : ms{
| ~ ^
| )