본문 바로가기

Programming [Python]/백준 알고리즘 솔루션

#16 백준 파이썬 [2742] 기찍 N

#16 백준[2742] 기찍 N

https://www.acmicpc.net/problem/2742

#16 [2742] Solution

a=int(input())
for i in range(a):
print(a-i)