a, b, x = map(int, input().split()) y = (x + a - 1) // a print(y * b)