Skip to content

Commit 7380fbf

Browse files
find the runner added
1 parent 869aace commit 7380fbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
input()
2+
array = map(int, input().split())
3+
print(sorted(list(set(array)))[-2])

0 commit comments

Comments
 (0)