티스토리 뷰

728x90
SMALL

코드

function solution(n) {
    return parseInt((n+"").split('').sort((a,b)=>b-a).join(''));
}
728x90
LIST
댓글
공지사항