#include <iostream>#include <fstream>#include <vector>#include <sstream>/* run this program using the console pauser or add your own getch, system("pause") or input loop */using namespace std;void mysort(vector<string> &vs0);void myswap(string &vs1,str...