[Leetcode/Python] 1323. Maximum 69 Number


[Leetcode/Python] 1323. Maximum 69 Number

문제 링크 Maximum 69 Number - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 설명 숫자 6과 9로만 구성된 양의 정수가 주어집니다. 최대 한 자리 수를 변경하여 얻을 수 있는 최대 수를 반환합니다. (6은 9가 되고 9는 6이 된다.) 입출력 예시 입력 출력 9669 9969 9996 9999 9999 9999 제한 사항 1


원문링크 : [Leetcode/Python] 1323. Maximum 69 Number