V,T,P=map(int, input().split()) t=1+((P+1)*V-1)//(T-1) print(t+(P+1)*V)