SWEA 1966

녹색자몽·2021년 8월 10일
0

Algorithm

목록 보기
30/80
post-thumbnail

숫자를 정렬하자

sort()를 활용하여 문제를 풀었다

T = int(input())
for tc in range(1,T+1):
    num = int(input())
    a = list(map(int,input().split()))
    a.sort()
    print(f'#{tc}', *a)
profile
볕 좋은 날 시작하는 개발일기

0개의 댓글

관련 채용 정보