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