https://www.acmicpc.net/problem/2751 import sys inpunt=sys.stdin.readline l=[] for _ in range(int(input())): l.append(int(input())) for i in sorted(l): print(i) 걍 족버그임? - dc official App
파이썬이라 그런거 아닐까?
인터넷도 검색해봤는데 사람들 답 올린게 나랑 다른게없음 - dc App
두번째줄 오타
성질 급하면 코딩 못함 ㅋㅋ 찬찬히 봐보셈
아 ㅋㅋ; - dc App
족버그=어쨌든니잘못