import re S, T = input(), input() print(len(re.findall(f"{T[:-1]}(?={T[-1]})", S)) if T[:-1] else -1)