-
2742_Python // 기찍 NIT_Baekjoon 단계별로 풀어보기/for문 2020. 1. 5. 21:58

Python
import sys n = int(sys.stdin.readline()) for i in range(0,n) : print(n-i)===
'IT_Baekjoon 단계별로 풀어보기 > for문' 카테고리의 다른 글
11022_Python // A+B -8 (0) 2020.01.05 11021_Python // A+B -7 (0) 2020.01.05 2741_Python // N 찍기 (0) 2020.01.04 15552_Python // 빠른 A+B (0) 2020.01.04 8393_Python // 합 (0) 2020.01.04