#include #include using namespace std; int main() { char str[1000]={}; scanf("%s",str); int length = strlen(str); for (int i=0; i