import java.io.*; import java.util.*; public class Solution { static int[][] arr = new int[11][2]; public static void main(String[] args) { /* Enter your code here. Read input from STDIN. Print output to STDOUT. Your class should be named Solution. */ Scanner sc = new Scanner(System.in); int t = sc.nextInt(); for(int k=0;k