Find the Runner-Up Score!

  • + 0 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])