A,B,C = map(float,input().split(" ")) N=A/B*C print(N)