Problem duckhunt12
User naivecyans
Submission Time 2025-06-17 10:58:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:7:2: error: ‘check’ was not declared in this scope
7 | check = 't';
| ^~~~~
duckhunt12.cpp:15:4: error: expected ‘}’ before ‘else’
15 | else if(y==7){
| ^~~~
duckhunt12.cpp:12:12: note: to match this ‘{’
12 | if(y==1){
| ^