Given a vector<vector<int>> and a value x, return the position of the first match as a vector of length 2. Return [-1, -1] if the value does not occur.
vector<vector<int>> and a value x, return the position of the first match as a vector of length 2. Return [-1, -1] if the value does not occur.
x
vector
[-1, -1]