题目:https://leetcode.com/problems/4sum/ tips: 极端情况,数量小于4或者最大、最小四个数加起来比target下或者大,可以直接返回空。 将问题分解到更低维度的问题。 hash。