#P1018. C++-输入n个整数, 存放至数组中,输出最大数所在的下标

C++-输入n个整数, 存放至数组中,输出最大数所在的下标

No testdata at current.

Background

Description

输入整数n,并输入n个整数, 存放至数组中,输出最大数所在的下标。

Format

Input

Output

Samples

5
10 30 25 16 6
1

Limitation