4학년/CodeTree 코딩캠프
-
바구니 안의 사탕 24학년/CodeTree 코딩캠프 2025. 3. 6. 13:33
https://www.codetree.ai/trails/complete/curated-cards/challenge-candy-in-the-basket-2/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 구간설정에서 많은 실수가 있었습니다...# 1차원 직선위의 n개 바구니 안에 사탕이 담겨이따# 적당한 중심 구간을..
-
씨 오 더블유 24학년/CodeTree 코딩캠프 2025. 3. 6. 13:04
https://www.codetree.ai/trails/complete/curated-cards/challenge-c-o-w-2/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 누적합을 사용하면된다.c가나오면 cCount에 1 더하고o 가 나오면 CCount 나온개수만큼더하고w 나오면 OCount나온개수만큼더하면 ..
-
괄호 쌍 만들어주기 24학년/CodeTree 코딩캠프 2025. 3. 6. 12:37
https://www.codetree.ai/trails/complete/curated-cards/challenge-pair-parentheses-2/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 a = list(input())cnt = 0#어차피 a는 100까지숫자라 탐색 두번한다해도 10000개인데 무식하게 돌..
-
마라톤 중간에 택시타기 24학년/CodeTree 코딩캠프 2025. 3. 6. 12:15
https://www.codetree.ai/trails/complete/curated-cards/challenge-taking-a-taxi-in-the-middle-of-the-marathon-2/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게으른 개발자를 위한 최적 경로 탐색입니다.최대 최소 설정할 땐 impo..
-
-
세 자리를 정하여 완전탐색4학년/CodeTree 코딩캠프 2025. 3. 5. 20:26
https://www.codetree.ai/trails/complete/curated-cards/intro-G-or-H-3/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 시간내에 못 풀어서 강사님 설명 들었음 ㅠ이게 시간복잡도가 뭐가 유리한가?를 찾는게 중요한게이문제에선 counting array쓰는 것 보다 완..
-
괄호 쌍 만들어주기 34학년/CodeTree 코딩캠프 2025. 3. 5. 19:34
https://www.codetree.ai/trails/complete/curated-cards/intro-pair-parentheses-3/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 완탐이란거... 이문제까진 괜춘합니다.1.문제파악 :()가되는 개수를 출력하는구나2. 인풋 어떻게 받지 ? : 쉽게 inpu..
-