def solve(): n,x=map(int,input().split()) c=list(map(int,input().split())) for I in range(n): i=n-I-1 if (x>>c[i]&1)==False: bc=1<