medianstring

Rar the Cat is back for more fun and games! But this time he wants to find the median of the numbers on his string!

You did a great job (presumably) the last time he wanted to play. So he wants you to help him again while he plays with the meany mean strings.

Help Rar find the median of all the numbers!

The median of a sequence of numbers is defined as the number in the "middle" of the string.

Input

The first line of input containes an odd integer, N, that denotes the length of the string of numbers. This is followed by N integers, the ith integer being the ith number on Rar's string.

Output

A single number, the median of the number on the string

Limits

0 <= N <= 1000

Sample Input 1

5
1 2 3 4 5

Sample Output 1

3

Sample Input 2

7
3 6 2 7 5 4 9

Sample Output 2

7


Submitting to 'medianstring'


You're not logged in! Click here to login


Submitting to 'medianstring'


You're not logged in! Click here to login


Submitting .cpp to 'medianstring'


You're not logged in! Click here to login

Time Limit: 1 Seconds
Memory Limit: 256MB
Your best score: 0
Source: Dunjudge Archive

Subtask Score
1 100
2 0