vector<vector<int>> matrix(3, vector<int>(3)); // creates a 3x3 matrix of integers with vectors inside a main vector