Given an array of integers, give the largest n <= size / 2 so that the sum of the first n elements equals the sum of the last n elements. If there is no way for this to occur, return 0.