#check T=int(input()) if not (1<=T<=20):print(aaa) for iii in range(T): X,A=map(int,input().split()) if not (0<=X<=10**5 and 1<=A<=10**5):print(aaa)