The first is not greater for 2,5
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Array of real numbers is given. Find the first element in array which value does not exceed .
Input
In the first line the number of elements in array is given. Next line describes real numbers.
Output
Print in one line the index of the first specified element in array and its value with decimal digits. In the case of absence the specified element print "Not Found".
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 46K
Acceptance rate 30%