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