python 전형 적 인 입 출력 처리

313 단어 알고리즘
while True:
    try:
        a,b,c=input(),map(int,input().split()),input()
        if c=='0':

            print(" ".join(map(str,sorted(b))))
        if c=='1':
            print(" ".join(map(str,sorted(b,reverse=True))))
    except:
        break

좋은 웹페이지 즐겨찾기