#include <iostream> #include<bits/stdc++.h> using namespace std; bool alpha(char c) { return ((c >= 'a' && c <= 'z') || (c >= 'A' &&&nb...