n = int(input()) while n>0: n = n-1 x,y = input().split() x = int(x) y = int(y) if x")