Y, W, H = [float(x) for x in input().split()] print(Y / W * H)