Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 174 Bytes

File metadata and controls

7 lines (7 loc) · 174 Bytes

if name=="main": n = int(input()) arr = map(int, input().split()) arr = list(set(list(arr))) ar = len(arr) arr = sorted(arr) print(arr[ar-2])