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