[코드트리][Python] 수들의 합 최대화하기
·
코드트리
https://www.codetree.ai/trails/complete/curated-cards/challenge-max-sum-of-numbers/description Code Tree | Learning to Code with ConfidenceA super-comprehensive, meticulously arranged Coding Learning Curriculum engineered by Algorithm Experts composed of former International Olympiad in Informatics (IOI) medalists.www.codetree.ai 코드def back_tracking(cur_num): if cur_num == n: sum_ans.a..