#n=int(input()) #S = [input().split() for i in range(n)] a, b, X = map(int, input().split()) cnt=(X+a-1)//a print(cnt*b)