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