반응형
https://www.acmicpc.net/problem/2750
# @Author YoungMinKim
# baekjoon
N=int(input())
tmp=[]
for _ in range(N):
tmp.append(int(input()))
tmp.sort()
for i in tmp:
print(i)
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 2753 (0) | 2020.08.26 |
---|---|
baekjoon - python - 2751 (0) | 2020.08.25 |
baekjoon - python - 2742 (0) | 2020.08.25 |
baekjoon - python - 2740 (0) | 2020.08.25 |
python - baekjoon - 2741 (0) | 2020.08.25 |
댓글