Agorithm/백준 알고리즘

백준 알고리즘 2752번 세수정렬(python)

kimjinho1 2021. 2. 4. 10:59
728x90
반응형

단순 정렬 문제이다.

print(*sorted(map(int, input().split())))
728x90
반응형