| Problem | duckhunt5 |
|---|---|
| User | aliceting2021 |
| Submission Time | 2026-05-16 09:37:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt5.cpp:4:11: error: ‘cin’ does not name a type; did you mean ‘sin’?
4 | int ins,x;cin>>ins>>x;
| ^~~
| sin
duckhunt5.cpp:5:1: error: expected unqualified-id before ‘if’
5 | if(ins==1){
| ^~