N,X=map(int,input().split()) print(" ".join(map(str,([ i+X for i in map(int,input().split())]))))