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