#N=int(input()) A,B,X=map(int, input().split()) #X=list(map(int, input().split())) s=(X-1)//A+1 print(s*B)