반응형
# @Author YoungMinKim
# baekjoon
import sys
N = int(sys.stdin.readline())
x = list(map(int,sys.stdin.readline().split()))
[print(i,end=' ') for i in sorted(x)]
25점 만점
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 15740 (0) | 2020.10.25 |
---|---|
baekjoon - python - 11728 (0) | 2020.10.25 |
baekjoon - python - 5522 (0) | 2020.10.19 |
baekjoon - python - 10833 (0) | 2020.10.19 |
baekjoon - python - 2747 (0) | 2020.10.17 |
댓글