본문 바로가기

Algorithm/BaekJOON(Python)

[백준/입출력/2742] 기찍 N

이미지 클릭시, 문제로 이동됩니닷 :)

num = int(input())
for i in range(num,0,-1):
  print(i)