# 문제: https://www.acmicpc.net/problem/2741 # 풀이자: 김충섭(kchs94) N = int(input()) #입력+형변환 for i in range(N): # for문을 이용한 반복 print(i+1)