Given an array of integers and a number K, check if there exist a pair of indices i,j s.t. a[i] + a[j] = K and i!=j. Input Format The first line of input contains T - the number of test cases. It's ...