Find the Runner-Up Score!

  • + 1 comment

    if name == 'main': n = int(input()) arr = set(map(int, input().split())) a = sorted(arr) l = len(a)-2 print(a[l])