You are viewing a single comment's thread. Return to all comments →
if name == 'main': n = int(input()) arr = set(map(int, input().split())) a = sorted(arr) l = len(a)-2 print(a[l])
Seems like cookies are disabled on this browser, please enable them to open this website
Find the Runner-Up Score!
You are viewing a single comment's thread. Return to all comments →
if name == 'main': n = int(input()) arr = set(map(int, input().split())) a = sorted(arr) l = len(a)-2 print(a[l])