from decimal import * (n, g, v)=map(int, input().split()) getcontext().prec=30 print(Decimal(n//5*g)/Decimal(v))