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