import decimal N,G,V=map(decimal.Decimal,input().split()) print('{:.20f}'.format(N//5*G/V))