#include #define int long long using namespace std; constexpr int mod=1000000007; signed main(){ int A; string B; cin>>A>>B; int N=B.size(); int ans=0; int p=1; for(int i=0;i