Programming/백준

[백준] 2742 - 기찍 N (파이썬)

pental 2020. 4. 2. 00:30
a = int(input())
for i in range (a):
    print(a)
    a -= 1
저작자표시 비영리 (새창열림)