لینکهای مفید برای شرکت در مسابقه:
در طول مسابقه، میتوانید سؤالات خود را از قسمت «سؤال بپرسید» مطرح کنید.
The team with the most solved problems will win the contest. Mr. J. Khiabani
AbulHassan is my friend. He has taken introduction to programming course this semester. He always asks me to help him with his programming assignments. Most of the times I unwillingly open his messages. Because, I don’t have much time to do his homework for him.
Last night, He texted me about his new homework question. Actually, this time I didn’t have to worry about his homework. You have to worry! :D . The Question wasn’t complicated. Here it is:
Given three integers . Is there any integer satisfying the following equation:
The first line of the input contains the number of the test cases.
Each test case contains three integers in a single line respectively.
For each test case, print Yes
if there exists an integer satisfying the equation. Otherwise print No
.