#include <algorithm> #include <cmath> #include <cstring> #include <iostream> #include <sstream> #include <vector> #include <map> using namespace std; bool isbro(string to_exam, map<char, int> bro) { map<char, int> tem_set; for (auto x : t...