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