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

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:10:16: error: expected ‘;’ before ‘}’ token
10 | ad=!ad
| ^
| ;
11 | }else{
| ~
duckhunt12.cpp:22:20: error: expected ‘;’ before ‘bt’
22 | bd=!bd
| ^
| ;
23 | bt=bt+1
| ~~