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