N=int(input()) ANS=[str(i) for i in range(N,(N+1)//2-1,-1)] print(" ".join(ANS))