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