#include #include int main() { int length; scanf("%d", &length); char sequence[length]; fflush(stdin); getchar(); for(int i=0; i= step - innerSquare && red >= innerSquare) result++; } } printf("%lld\n", result); return 0; }