Given a vector<vector<int>>, return a vector containing the largest element in each row. You may assume each row has at least one element.