Problem duckhunt19
User NotTYR
Submission Time 2025-11-24 13:15:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt19.cpp: In function ‘int main()’:
duckhunt19.cpp:15:26: error: expected ‘;’ before ‘}’ token
15 | lm = ducks[n]
| ^
| ;
16 | } else if (i >+ x && ducks[n] > rm){
| ~
duckhunt19.cpp:17:26: error: expected ‘;’ before ‘}’ token
17 | rm = ducks[n]
| ^
| ;
18 | }
| ~