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