n, g, v = map(int, input().split()) n5 = n // 5 g5 = n5 * g print(g5/v)