a, b, c = map(int, input().split()) ans = a / b * c print(f'{ans:.8f}')