#yuki1108 n,h=map(int,input().split()) t=list(map(int,input().split())) for i in range(n): print(t[i]+h,end=' ') print()