n, g, v = map(int, input().split()) #5円枚数 c = n // 5 ans = c * g / v print(ans)