My code is run correct but not submitted in codechef
Chef has XX coins worth 11 rupee each and YY coins worth 22 rupees each. He wants to distribute all of these X+YX+Y coins to his two sons so that the total value of coins received by each of them is the same. Find out whether Chef will be able to do so. Input Format The first line of input contains a single integer TT, denoting the number of testcases. The description of TT test cases follows.Each test case consists of a single line of input containing two space-separated integers XX and YY. Output Format For each test case, print "YES" (without quotes) if Chef can distribute all the coins equally and "NO" otherwise. You may print each character of the string in uppercase or lowercase (for example, the strings "yEs", "yes", "Yes" and "YES" will all be treated as identical). Constraints 1≤T≤1031≤T≤1030≤X,Y≤1080≤X,Y≤108X+Y>0X+Y>0 Subtasks Subtask 1 (100 points): Original constraints Sample Input 1 4 2 2 1 3 4 0 1 10 Sample Output 1 YES NO YES NO Explanation Test case 11: Chef gives each of his