Find the Runner-Up Score!

  • + 1 comment

    if name == 'main': n = int(input()) arr = list(map(int, input().split())) secound_highest = max(arr)-1 print(secound_highest)