Problem duckhunt12
User MCSG
Submission Time 2025-06-17 11:00:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:28:25: error: expected ‘;’ before ‘}’ token
28 | bt=bt+1
| ^
| ;
29 | }else{
| ~
duckhunt12.cpp:31:25: error: expected ‘;’ before ‘}’ token
31 | bt=bt+1
| ^
| ;
32 | }
| ~
duckhunt12.cpp:36:25: error: expected ‘;’ before ‘}’ token
36 | bt=bt+1
| ^
| ;
37 | }else{
| ~
duckhunt12.cpp:40:29: error: expected ‘;’ before ‘}’ token
40 | bt=bt+1
| ^
| ;
41 | }
| ~