N,H=map(int,input().split()) T=list(map(int,input().split())) print(" ".join(map(lambda x:str(x+H),T)))