2985: 位置
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:5
Solved:5
Description
输入n个数,找出其中最大的数,并输出它的位置.索引号从1开始
Input
n个最大的数字
Output
最大的数字的位置
Sample Input Copy
6
3 6 4 8 7 9
Sample Output Copy
6