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