#include #include #include int main() { char s[100]; scanf(" %[^\n]s",s); if (strlen(s)>4) { int i=4,found=0; while ((i