백준 2805번 (나무 자르기, C++, BinarySearch) [BAEKJOON]

백준 2805번 ‘나무 자르기’ 문제에 대한 글입니다. ‘이진 탐색’ 알고리즘으로 해결하였습니다. (This is an article on the issue of ‘cutting trees’ in Baekjun 2805. Resolved with ‘binary search’ algorithm.)