Given an array of integers. Using this array you create a new set which contains all possible value .
Your task is to find the smallest element in this set.
Constraints:
Input:
The first line of the input contains - the size of the array and .
Second-line contains integers
Output:
Print the smallest element.
Here the set S =
so the 5th smallest element is 7.