#include #include #include #include int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ long long int n, i, m=0 , count=0; scanf("%lld", &n); char* a=(char*)malloc((n+1)*sizeof(char)); scanf("%s", a); for(i=0 ; i