I'm trying to create a function that will take in string s and
vector<string> words. In my main function, I'm trying to change the 1st and 2nd elements of the vector words using the function, but I can't seem to figure out how to do it. I use cout << words[0] << "\n"; to test if the vectors has anything, but it doesn't.