Problem duckhunt8
User Tyx2019
Submission Time 2024-12-29 17:06:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt8.cpp: In function ‘int main()’:
duckhunt8.cpp:78:3: error: expected ‘;’ before ‘if’
78 | if(op == 1) delfront();
| ^~
duckhunt8.cpp:79:3: error: ‘else’ without a previous ‘if’
79 | else{
| ^~~~