https://programmers.co.kr/learn/courses/30/lessons/12924
0과 1을 start, end포인터로 잡아서 start~end 합이
n 보다 작다면 end값을 올리고,
n 보다 크다면 start값을 올린다.
n 보다 같다면 count를 하나 올리고 end값 올려서 다시 진행
효율성 테스트도 빠르게 통과한 모습