Given two 2D vector<vector<int>>> a and b, with the same number of rows and columns, return a vector of of the same size where each element is the greater of the corresponding elements in the two vectors.