Given the participants' score sheet for your University Sports Day, you are required to find the runner-up score. You are given
Input Format
The first line contains
Constraints
Output Format
Print the runner-up score.
Sample Input 0
5
2 3 6 6 5
Sample Output 0
5
Explanation 0
Given list is
Congratulations!
You have passed the sample test cases. Click the submit button to run your code against all the test cases.
Comments
Post a Comment