Problem duckhunt13
User Secre
Submission Time 2025-06-18 10:56:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:17:1: error: expected initializer before ‘int’
17 | int BulletType = ducks[0];
| ^~~
duckhunt13.cpp:18:4: error: ‘ducks_shot’ was not declared in this scope
18 | if(ducks_shot=0;ducks_shot<ducks.size() && ducks[ducks_shot]==BulletType;ducks_shot ++){
| ^~~~~~~~~~
duckhunt13.cpp:18:63: error: ‘BulletType’ was not declared in this scope
18 | if(ducks_shot=0;ducks_shot<ducks.size() && ducks[ducks_shot]==BulletType;ducks_shot ++){
| ^~~~~~~~~~
duckhunt13.cpp:18:73: error: expected ‘)’ before ‘;’ token
18 | if(ducks_shot=0;ducks_shot<ducks.size() && ducks[ducks_shot]==BulletType;ducks_shot ++){
| ~ ^
| )
duckhunt13.cpp:18:74: error: ‘ducks_