Find the second largest distinct value in a list. If there is no such value (fewer than two distinct numbers), print none.
Input
The first line contains an integer n.
The second line contains n integers separated by spaces.
Output
The second largest distinct value, or none if it does not exist.