Problem duckhunt4
User NotTYR
Submission Time 2025-11-19 09:46:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt4.cpp: In function ‘int main()’:
duckhunt4.cpp:9:45: error: expected ‘;’ before ‘return’
9 | cout << (a-(a%500))*1000+((a%500)-(a%5))
| ^
| ;
10 | return 0;
| ~~~~~~