N = int(input()) print(*[N - i for i in range((N+1) // 2)])