n,h=map(int,input().split()) a=list(map(int,input().split())) b=[x+h for x in a] print(' '.join(map(str,b)))