import strutils let n = parseInt(stdin.readLine) for i in countdown(n, 1): echo repeat(n.intToStr, i)