Find the Runner-Up Score!

  • + 0 comments

    if name == 'main': rev = set() n = int(input()) arr = list(map(int, input().split())) rev = set(arr) arr=list(rev) arr.sort(reverse=True) print(arr[1])