Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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))
 
PREVIOUS NEXT
Tagged: #devu #friendship #testing #codechef #solution
ADD COMMENT
Topic
Name
2+9 =