import java.util.*; public class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int t= sc.nextInt(); while(t-->0){ Set s =new HashSet(); long n = sc.nextInt(); int k,l; int j; for(int i = 1; i