asked
Introduction to Python Algorithm Problem Solving (Coding Test Preparation)
1. Setting the environment and solving the Kth divisor
Written on
·
164
0
안녕하세요. 입력된 숫자에 대한 약수들을 리스트로 전부 구하고 그 리스트의 index를 이용해서 K번째 약수를 구하는 방법은 안좋은 방법인가요?
Answer 1
안녕하세요^^
네^^ 상관없습니다. 어떻게 풀던 자기만의 방법으로 풀어도 상관없는 섹션입니다.