N, G, V=map(int, raw_input().split()) goen=N/5 num=goen*G print '%.15f'%(float(num)/V)