[백준] #2742

Hyeju·2021년 10월 24일
0

python

목록 보기
3/5


N = int(input())

if N <= 100000:
    for count in range(N):
        print(N-count)

0개의 댓글