Problem duckhunt13
User Shauryaw
Submission Time 2025-06-18 09:53:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:11:10: error: ‘type’ was not declared in this scope; did you mean ‘wctype’?
11 | cin >> type;
| ^~~~
| wctype
duckhunt13.cpp: At global scope:
duckhunt13.cpp:21:2: error: expected unqualified-id before ‘return’
21 | return 0;
| ^~~~~~
duckhunt13.cpp:22:1: error: expected declaration before ‘}’ token
22 | }
| ^