Find the Runner-Up Score!

  • + 0 comments

    n = int(input()) arr = list(set(map(int, input().split()))) arr.sort() print(arr[-2])