1513. Number of Substrings With Only 1s
Leetcode Daily again, this problem was pretty strightforward this time as well. Given a binary string s, return the number of substrings with all characters 1's. Since the answer may be too large, return it modulo 10^(9) + 7. A simple and short description, nothing too fancy just