S=input() T=input() U=(T[:len(T)-1]+"."+T[-1]) while T in S: S=S.replace(T,U) print(S.count("."))