A, B, C = map(int, input().split()) print(C // (A - 1 + B) * A + min(A, C % (A - 1 + B)))