devu and friendship testing codechef solution code example
Example: devu and friendship testing codechef solution
t=int(input())
for i in range(t):
n=int(input())
a=list(map(int,input().split()))
b=set(a)
print(len(b))