import sequtils, strutils
let nh, t = stdin.readLine.split.map parseInt
echo t.mapIt(it.succ nh[1]).join " "