import math n = int(input()) print(*[i for i in range(1, math.ceil(n) + 1)])