N, H = map(int, input().split()) T = list(map(int, input().split())) print(*map(lambda x: x+H, T))