In section 14.5, we approximated a count of the array visits in merge sort. Your task is to provide an accurate measurement for the implementation used in section 15.4. Count each occurrence of a[i], first[i], or second[i] as a visit. When recursively generating smaller merge sorters, be sure to copy their visit counts after they have completed.