The first line contains a single integer , the number of edges. The next line contains integers , the length of edges.
If the edges can form a -polygon, output “Yes”, otherwise output “No”.(without quote)
3 1 2 3
No
5 5 5 5 5 5
Yes