共两行第一行为两个整数,由空格分割,第一个数字为T和第二个数字为K 第二行为整数数组nums,由空格分割
一行整数,表示对称数组数
7 3 1 2 3 4 5 6 7
2
nums[2]+nums[3]=7nums[1]+nums[4]=7
7 1 1 2 3 6 5 4
0
无满足条件的对称数