import math t=int(input()) for i in range(0,t): n,x=map(int,input().split()) arr=list(map(int,input().split()))[:n] if x>=n: for i in range(0,