백준 #1300 - K번째 수 N=int(input()) M=int(input()) low = 1 high = M ans = 0 while low Programming/Algorithm 2019.11.20