f=lambda:map(int,input().split()) n,h=f() t=list(f()) print(*[i+h for i in t])