Problem duckhunt4
User LXYSGP
Submission Time 2025-11-20 08:34:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt4.cpp: In function ‘int main()’:
duckhunt4.cpp:7:21: error: expected ‘;’ before ‘h’
7 | h += x / 500 * 1000
| ^
| ;
8 | h += (x%500)/5;
| ~