Find the Runner-Up Score!

  • + 0 comments

    n=int(input()) l1=list(map((int),input().split())) l2=sorted(list(set(l1))) print(l2[-2])