x = int(input()) y = 64 cnt = 1 while y != x: y /= 2 if y < x: x -= y cnt += 1 print(cnt)
자르고 작으면 통과시킨 뒤 그만큼 자르고 조각 개수 올린 뒤 또다시 1/2