#include <iostream> #include <map> using namespace std; int main() { char str[100] = { 0 }; cin.getline(str, size(str)); map<string, int> ma...