#include using namespace std; int main() { string s,copy; cin>>s; copy=s; int si=s.size(),count=0; for(int i=0;i