N,G,V =[int(i) for i in input().split()] N =N//5 print(N*G/V)