from decimal import * N,G,V=map(int,input().split()) print(Decimal((N//5)*G/V))