Write a program that takes two strings as input and checks how many times the second one is repeated in the first one. The program should first output the position of each repeat and then the number of repeats.

Examples:
INPUT OUTPUT
how much wood would a woodchuck chuck?
wood
10 23 2
no repeats on this one
stuff
0
there is the other thing
the
1 10 15 3


Important issues about all exams/projects/quizzes: