문제 풀이/Baekjoon Online Judge
[python3] 2742번 기찍 N
[잉간]
2018. 3. 24. 14:53
.다된 로꾸거 면으찍
N = int(input()) for repeat in range(0, N): print(N-repeat)