Find the Runner-Up Score!

  • + 0 comments

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