a, b, x = [int(x) for x in input().split()]
print((x + a - 1) // a * b)