vector<vector < int > > matrix; cout << "Row's Length: " << matrix.size(); cout<< "Column's Length: "<< matrix[0].size();