The first line contains the number of competitors N.
The second line contains N integers are the time of N competitors, each number separated by
one space.
Constraint
2<N<100.
1 ≤ t ≤109.
0<i<N-1.
Output
Please print out the time taken by the Runner-up (2nd place) to complete the race.
Sample
Input
10
2 5 7 1 3 6 9 4 69
7
4 9 3 1 0 2 8
Output
9
8
Sample 1
Sample 2
Practical Paper
3/4
Class:
PRF192-Examination 01
Problem 3
[3 Points]
Reference from Microsoft, a strong password is a string that meets all of the following conditions:
At least 12 characters long but 14 or more is better.
A combination of uppercase letters, lowercase letters, numbers, and symbols.
To determine whether a password is strong, you need to identify its length L, count the number of
+ 100%
Zoom
Close