You are viewing a single comment's thread. Return to all comments →
f __name__ == '__main__': n = int(input()) arr = map(int, input().split()) arr = list(set(arr)) arr.sort(reverse=True) print(arr[1])
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 →