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