#include #define int long long using namespace std; string s,t; int len; bool issymbol(char c){ if(isdigit(c)||isalpha(c))return 0; return 1; } signed main(){ // freopen("dialogue.in","r",stdin); // freopen("dialogue.out","w",stdout); while(cin>>s){ getline(cin,t); len=t.size(); for(int i=0;i