Problem Solving/programmers
2021. 4. 27.
[Programmers] Level 1 체육복.py
프로그래머스 Level 1 체육복을 파이썬을 통해 풀어보았다. programmers.co.kr/learn/courses/30/lessons/42862 코딩테스트 연습 - 체육복 점심시간에 도둑이 들어, 일부 학생이 체육복을 도난당했습니다. 다행히 여벌 체육복이 있는 학생이 이들에게 체육복을 빌려주려 합니다. 학생들의 번호는 체격 순으로 매겨져 있어, 바로 앞번 programmers.co.kr 원본 코드는 깃허브에!! tomy9729/Algorithm 🐗 내가 직접 작성한 내 코드 🐗. Contribute to tomy9729/Algorithm development by creating an account on GitHub. github.com Level 1 - 체육복 #Level 1 체육복 def sol..