#include using namespace std; int main(void) { string s; cin>>s; int s_size=0; while(s[s_size]){s_size++;} for(int i=0;i