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