#include #include #include #include using namespace std; int main() { list ls; int n; string str,str2="AGCT"; cin>>n; cin>>str; set ss; for(int i=0;i<4;i++)ss.insert(str2[i]); int c=0; for(int i=0;i::iterator it=ls.begin(); int ans=0; for(int i=0;i0){ ans++; if(ss.find((*it))!=ss.end()){ it=ls.erase(it); c-=1; if(c<1 || it==ls.begin())break; it--; }else{ it=ls.erase(it); } } cout<