N=int(input()) i=0 while i < N: print("%d"%(N)*(N-i)) i+=1;