a,b,x = map(int,input().split()) ko = x//a if x%a!=0: ko += 1 print(ko*b)