N, G, V = list(map(int, input().split())) print(((N // 5) * G) / V)