#P312. 【例53.1】 最大数位置
【例53.1】 最大数位置
Description
Input integers and output the position of the maximum number (). If there are multiple maximum values, output the position of the first maximum value from left to right.
Input Format
The first line contains the number of integers ;
The second line contains positive integers, each within .
Output Format
The position of the maximum number.
Sample
5
67 43 90 78 323