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