N,H=map(int,input().split()) A=list(map(int,input().split())) L=[str(i+H) for i in A] print(" ".join(L))