#include <iostream> #include <iterator> #include <sstream> #include <string> #include <unordered_map> #include <vector> using namespace std; bool flag = false; unordered_map<string, int> map = {{"2", 2}, {"3", 3}, {"4", 4}, {&qu...