You are viewing a single comment's thread. Return to all comments →
if name == 'main': n = int(input()) arr = map(int, input().split())
angka_unik = sorted(list(set(arr))) hasil = len(angka_unik)-2 print(angka_unik[hasil])
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 = map(int, input().split())