N, G, V = [int(x) for x in input().split()] print('{:.12f}'.format((G * (N // 5)) / V))