#include <iostream>; using namespace std; int main() { string a; char b; while(getline(cin, a),cin>>b) { int c=0; if(b>='a'&&b<='z') {...