import sequtils,strutils var N = stdin.readline a = N.parseInt for i in countdown(a,1): echo repeat(N, i)