I\'m having some issues passing vectors to functions. My concern is not with my logic itself, as if I need to adjust later I will. My program requirements state that I must
You must use push_back to initialize elements of a vector, or you must size the vectors before using [index]= form.