#include #include int main(void) { int n; scanf("%d",&n); char *S=calloc(n, sizeof(char)); scanf("%s",S); for(int i=1; i