LeetCode C++ 面试题 17.05. Find Longest Subarray LCCI【哈希表/前缀和】中等
Given an array filled with letters and numbers, find the longest subarray with an equal number of letters and numbers.Return the subarray. If there are more than one answer, return the one which has the smallest index of its left endpoint. I