Find the Runner-Up Score!

  • + 0 comments

    Haha this works...must be a bug.

    if __name__ == '__main__':
        n = int(input())
        arr = map(int, input().split())
        
    print(n)