import math a, b, x = map(int, input().split()) print(b* math.ceil(x/a))