General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
109646575 Practice:
Omicron02
1438B - 22 Python 3 Accepted 77 ms 960 KB 2021-03-10 20:33:57 2021-03-10 20:33:57
→ Source
for i in range(int(input())):
    int(input())
    l = input().split()
    print("NO" if len(set(l))==len(l) else "YES")
?
Time: ? ms, memory: ? KB
Verdict: ?
Input
?
Participant's output
?
Jury's answer
?
Checker comment
?
Diagnostics
?
Click to see test details