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