vector Solution::dNums(vector &A, int B) { unordered_map mymap; vector ans; if(B > A.size()){ return ans; } for(int i=0;i