r=io.read t=table for i=1,r'*n'do t[i]=r'*n'end t:sort()for i=-#t,0 do io.write(t[-i],' ')end