a, b, c = map(float, input().split()) print(int((a + b) * (1 + c)))