Given a vector<vector<int>>, return the row and column index, as a two-element vector<int>, of the first sub-vector of the form:

   0 0
   0 0

If no instance is found, return the {-1, -1}