• + 0 comments
    n = int(input())
    t = tuple(map(int,input().split()))
    print (hash(t))
    

    try to run this code in pypy. it works