#include #include using namespace std; int main(){ string S;cin>>S; int N=S.size(); bool isFound = false; for(int i=0;i