t= int(input()) while t>0: n =int(input()) a =list(map(int,input().strip().split())) if n==1: print(a[0]) else: c= [