Given two vector<vector<int>> with the same number of rows and columns, return the first position where they do not match, as a vector. If they do fully match, return {-1, -1}.
vector<vector<int>>
vector
{-1, -1}