n=int(input()) print(' '.join([str(n-i) for i in range(n+1>>1)]))