• + 0 comments

    For some reason, Python 3 throws wrong answer. It generates correct answer with Python 2.
    if name == 'main':
    n = int(input())
    t = tuple(map(int, input().split()))
    print(hash(t))

    our Output (stdout)
    -3550055125485641917 `