We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Find the Runner-Up Score!
Find the Runner-Up Score!
Sort by
recency
|
8529 Discussions
|
Please Login in order to post a comment
if name == 'main': n = int(input()) arr = list(map(int, input().split()))
if name == 'main':
n = int(input()) l = map(int, input().split()) s=set(l) l2=list(s) l2.sort() l2.pop() print(l2.pop())
t=len(arr1) print(arr1[-2])