v,t,p=map(int,input().split()) hi=10**20 low=0 while abs(hi-low)>1: mid=(hi+low)//2 x=(mid//t+1)+v*(p+1) if x