char* p;char s[55];main(){for(p=s,gets(s);p=strstr(p,"tok");p++)puts("T");}