Maximum element
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Array of integers is given. Find the value of the maximum element and its index in array. The indexation starts from . If there are many maximum elements, print the index of the first one.
Input
The first line contains number . The next line contains integers. All numbers do not exceed by absolute value.
Output
Print the value and the index of maximum element.
Examples
Input #1
Answer #1
Submissions 11K
Acceptance rate 51%