a, b, c = map(int, input().split()) ans = round(a * (c / b), 7) print(ans)