T=int(input()) for t in range(T): d,a=map(int,input().split()) print(*list(map(lambda x: (x+a//2)//a,list(map(int,input().split())))))