diff --git a/code_study/Baekjoon/python/2750.py b/code_study/Baekjoon/python/2750.py new file mode 100644 index 0000000..aaf6aeb --- /dev/null +++ b/code_study/Baekjoon/python/2750.py @@ -0,0 +1 @@ +print('\n'.join(map(str, sorted([int(input()) for _ in range(int(input()))])))) \ No newline at end of file