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