Answers for "devu and friendship testing codechef solution"

0

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))
Posted by: Guest on May-23-2020

Code answers related to "devu and friendship testing codechef solution"

Python Answers by Framework

Browse Popular Code Answers by Language