#include<bits/stdc++.h> using namespace std; int main() { unordered_map<char, int>mp; string s; getline(cin, s); for (auto ch : s) +...