int isCongruent(string s, string c) { // write code here unordered_map<char, int>hash_s; unordered_map<...