v,t,p = map(int,input().split()) a = (1+p)*v*t b = (t-1) print(a//b+1)