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