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