My code is run correct but not submitted in codechef | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

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

5th Nov 2021, 1:43 PM
Ankit Kumar
Ankit Kumar - avatar
8 Answers
+ 2
Ankit Kumar I think what if the two numbers are 3 and 1? Your code prints "no" but 3+1 is 4 and can be distributed equally right? Here is your fixed code https://code.sololearn.com/cp9PMUzt5c5p/?ref=app
5th Nov 2021, 2:38 PM
Rishi
Rishi - avatar
+ 2
For your code, what is the expected output and your output? And use English plz, I don't know Hindi
6th Nov 2021, 2:27 AM
Rishi
Rishi - avatar
5th Nov 2021, 1:43 PM
Ankit Kumar
Ankit Kumar - avatar
+ 1
Codechef and hackerrank problems are created with time constraints of the logic is correct and giving correct output than try to reduce the timelimit of loops by making use of logic which will take less time to iterate.
5th Nov 2021, 3:14 PM
Preity
Preity - avatar
0
Nhi bhai 3 coins ko equaly distribute nhi kar sakte
5th Nov 2021, 2:55 PM
Ankit Kumar
Ankit Kumar - avatar
0
No of coins must be same
5th Nov 2021, 3:03 PM
Ankit Kumar
Ankit Kumar - avatar
0
Bhai 3*2+1=7
5th Nov 2021, 3:21 PM
Ankit Kumar
Ankit Kumar - avatar
0
Ho gayenge
5th Nov 2021, 3:21 PM
Ankit Kumar
Ankit Kumar - avatar