#include using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int N; cin>>N; vectorA(N); string S; cin>>S; int cnt=0; vectorcntA(N),cntC(N); if(S[0]=='A'){ cntA[0]=1; } if(S[N-1]=='C'){ cntC[N-1]=1; } for(int i=1;i