Find the Runner-Up Score!

  • + 0 comments

    if name == 'main': n = int(input()) arr = map(int, input().split()) s = set(arr) s.remove(max(s)) print(max(s))