Problem duckhunt13
User Avinash
Submission Time 2025-06-18 10:28:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:15:9: error: ‘duckLine’ was not declared in this scope
15 | duckLine.push_back(duckType);
| ^~~~~~~~
duckhunt13.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
duckhunt13.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^