a,b,x = map(int,input().split()) def ceil(a,b): return (a+b+1)//b ans = b*ceil(x,a) print(ans)