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