A, B, C = map(int, input().split())
result = (A * C) / B
print("{0:.8f}".format(result))