Make A, B and C equal by adding total value N to them
Given 3 integers A, B, and C, and an integer N, the task is to distribute N among all the other 3 numbers such that at the end A = B = C. If the distribution is possible then print "Yes" otherwise output "No".Examples: Input: A = 5, B = 3, C = 2, N = 8 Output: Yes Explanation: We can distribute N =