Write a program that, given several test cases, each one composed by an integer number and a sequence of natural numbers , prints each .
Input has several cases. Each case begins with an integer number , followed by a sequence ended with .
For each case, if the position
is correct, print the content of
as it is shown in the examples. Otherwise, print
“Incorrect position.”.
Input
5 1 3 5 7 9 0 2 4 6 8 -1 7 16 8 4 2 -1
Output
At the position 5 there is a(n) 9. Incorrect position.