import java.util.Scanner; import java.util.regex.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int group = sc.nextInt(); sc.nextLine(); while(group>0) { int x = sc.nextInt(); sc.nextLine(); int num = 0; while(x >0) { String str = sc.nextLi...