s=input() t=input() ans=0 if len(t)==1: if t in s: ans=-1 else: ans=0 else: i=0 while i