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