class Solution { public int fourSumCount(int[] A, int[] B, int[] C, int[] D) { HashMap map = new HashMap<>(); for(int i=0; i