for(int i = 1; i < arr.size(); i++) { for(int j = 1; j < arr[i].size(); j++) { cout << arr[i][j] << endl; } }