#include<iostream> #include<vector> #include<algorithm> using namespace std; int main() { string a; while(getline(cin, a)) { string b[6]={"reset","reset board","board add","board delet","reboot backplane","backplane abort"}; &nbs...