a, b, c = [int(x) for x in input().split()] print(a / b * c)