S = input() T = input() if len(T) == 1: print(-1) else: print(S.count(T))