Problem duckhunt16
User estkn
Submission Time 2026-04-10 15:44:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt16.cpp: In function ‘int main()’:
duckhunt16.cpp:7:9: error: expected ‘;’ before ‘if’
7 | c = n*a
| ^
| ;
8 | if ( c < b){
| ~~
duckhunt16.cpp:10:7: error: ‘else’ without a previous ‘if’
10 | } else {
| ^~~~