#include <cctype> #include <iostream> #include <string> #include <vector> #include <bits/stdc++.h> using namespace std; string res_str; map<string, int> umap = { {"2", 2}, {"3", 3}, {"4", 4}, {"5", 5}, {&...