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