Read main string and substring. Print how many times substring appears.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
abababa aba
Output
3