강의

멘토링

커뮤니티

Inflearn Community Q&A

eamon34816308's profile image
eamon34816308

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번째 약수를 구하는 방법은 안좋은 방법인가요?

python코테 준비 같이 해요!

Answer 1

0

codingcamp님의 프로필 이미지
codingcamp
Instructor

안녕하세요^^

네^^ 상관없습니다. 어떻게 풀던 자기만의 방법으로 풀어도 상관없는 섹션입니다.

eamon34816308's profile image
eamon34816308

asked

Ask a question