import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n=sc.nextInt(); sc.nextLine(); for (int i = 0; i < n; i++) { String str=sc.nextLine(); String string=sc.nextLine(); string= string.replaceAll(str,""); while(!str.equ...