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

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:7:15: error: ‘True’ was not declared in this scope
7 | bool check = True;
| ^~~~
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){
| ^
duckhunt12.cpp:34:11: error: ‘False’ was not declared in this scope
34 | check==False;
| ^~~~~