S=int(input()) N=0 for i in range(S+1): N=N+1 print(N)