#include #include #include #include #include using namespace std; int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ int n,a=0,count=0,c,d; char *str; scanf("%d",&n); str=(char *)malloc(sizeof(char)*n); scanf("%s",str); for(int i=0;i