4469: ABC213 B-Booby Prize(数据未验证)
Memory Limit:1024 MB
Time Limit:2 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
输入n个数,求其第二大数的下标
Input
一个整数n(2<=n<=2*10^5)
一行n个数,每个数小于等于10^9,保证每个数各不相同
所有输入都是正整数
Output
一行,输出答案
Sample Input Copy
5
3 1 4 15 9
Sample Output Copy
5
HINT
9是第二大的数,下标为5
有数据,但正确性未知