Problem | duckhunt13 |
---|---|
User | Secre |
Submission Time | 2025-06-18 10:57:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:16:73: error: expected ‘)’ before ‘;’ token
16 | if(ducks_shot=0;ducks_shot<ducks.size() && ducks[ducks_shot]==BulletType;ducks_shot ++){
| ~ ^
| )
duckhunt13.cpp:16:87: error: expected ‘;’ before ‘)’ token
16 | if(ducks_shot=0;ducks_shot<ducks.size() && ducks[ducks_shot]==BulletType;ducks_shot ++){
| ^
| ;
duckhunt13.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
duckhunt13.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^