w, z, b = map(float, input().split()) b += 1 print(int((w + z) * b))