_n, h = gets.split.map(&:to_i) t = gets.split.map(&:to_i) puts t.map { |e| e + h }.join(' ')