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:
vector<vector<int>>
vector<int>
0 0 0 0
If no instance is found, return the {-1, -1}
{-1, -1}