W, Z, B = map(str, input().split()) iw = int(W) iz = int(Z) fb = float(B) print(int((iw + iz) * (1 + fb)))