• + 0 comments

    if name == 'main': n = int(input()) a = input() c = a.split() e = [int(k) for k in c] d = tuple(e) print(hash(d))