Given two strings `s` and `p`, find all the start indices of `p`'s anagrams in `s`.
Given a binary string, count no of substrings with only 1's.