반응형
# @Author YoungMinKim
# baekjoon
import sys
a,b = map(int,sys.stdin.readline().split())
x = list(map(int,sys.stdin.readline().split()))
y = list(map(int,sys.stdin.readline().split()))
for i in sorted(x+y):
print(i,end=' ')
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 7567 (0) | 2020.10.28 |
---|---|
baekjoon - python - 15740 (0) | 2020.10.25 |
baekjoon - python - 16212 (0) | 2020.10.25 |
baekjoon - python - 5522 (0) | 2020.10.19 |
baekjoon - python - 10833 (0) | 2020.10.19 |
댓글