import java.util.*; public class Test11 { public static void main(String[] args){ Scanner sc=new Scanner(System.in); String line; line=sc.nextLine(); String msg=line; line=sc.nextLine(); String target=line; int msg_l=msg.length(),target_l=target.length(),targeted=0; for(int i=0;i