print('\n'.join(list(map(str,[n for n in range(int(input()),0,-1)]))))