n,h = map(int,input().split()) tn = list(map(int,input().split())) print(*list(map(lambda x:x+h,tn)))