Killjee gives you two strings and . You need to find how many times string occur in string as, a substring.
INPUT
Input has two lines, First line contains string and second line contain string .
OUTPUT
Print frequency of occurence of string as substring of string .
CONSTRAINTS
ab occurs 2 times as substring of abab.