namespace _350._Intersection_of_Two_Arrays_II; public class Solution { public int[] Intersect(int[] nums1, int[] nums2) { } }