a=range(1,input()+1) for i in a: for j in a: print j, print a=[i+1]+a[:-1]