#include <iostream> #include <string> #include <vector> using namespace std; int main() { string s; vector<string> word = {"reset", "board", "add", "delete", "reboot", "backplane", "abort"}; wh...