t=int(input()) for i in range(t): x,y=map(int,input().split())
Problem Link: PROGLANG Problem - CodeChef