#include using namespace std; typedef long long ll; const ll mod=1e9+7; char usi[105]; int main(){ cin.tie(0); ios::sync_with_stdio(false); cin>>usi; ll cnt=0; int ns=0; for(int i=0; usi[i]!='\0'; ++i) ns++; for(int i=1; i