#include <unordered_map> #include <iostream> #include <vector> using namespace std; unordered_map<string,int> reset; unordered_map<string,int> board; unordered_map<string,int> reboot; unordered_map<string,int> backplane; unordered_map<string,int> add;...