Sourav - The Chocolatey Boy

0

0 votes
Very-Easy
Problem

Sourav -The Chocolatey Boy of NIT Silchar bought three jars of chocolates each containing a , b and c chocolates respectively . He can't open the jar . He want to distribute jars among his two friends in such way that both the friends gets equal number of chocolates . Is it possible ? Print Possible / Not Possible

Input:

First line contains T, the number of test cases that follow. Next T lines, each contains three number a , b, c .

Output: For each test case, print the desired result in separate lines.

Constraints:
1 ≤ T ≤ 100000
0 ≤ a,b,c ≤ 100000

Setter : Subham Gupta

Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?