l = map(float, raw_input().split(' ')) A = l[0] B = l[1] C = l[2] print((A / B) * C)