#include <cstdio> #include <iostream> #include <map> #include <string> using namespace std; int main() { string str; map<char, int> tempMap = {{'A',0},{'B',0},{'C',0},{'D',0}, {'E',0},{'F',0},{'G',0},{'H',0}, {'I',0},{'J',0},{'K',0},{'L',0}, {'M',0}...