| Problem | duckhunt5 |
|---|---|
| User | aliceting2021 |
| Submission Time | 2026-05-16 10:20:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt5.cpp:5:20: error: expected ‘)’ before ‘;’ token
5 | multiset<int>ms;
| ^
| )
duckhunt5.cpp:4:11: note: to match this ‘(’
4 | int main()(
| ^
duckhunt5.cpp:4:1: error: ‘main’ declared as function returning a function
4 | int main()(
| ^~~
duckhunt5.cpp:7:5: error: ‘cin’ does not name a type; did you mean ‘sin’?
7 | cin>>q;
| ^~~
| sin
duckhunt5.cpp:9:5: error: expected unqualified-id before ‘while’
9 | while (q--){
| ^~~~~
duckhunt5.cpp:32:1: error: expected declaration before ‘}’ token
32 | }
| ^