##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
You are given an integer array of length . Determine whether it is possible to partition the elements into two non-empty subsets and (each element goes to exactly one subset) such that:
Note: A single-element subset has range (since ).
For each test case, output Yes if such a partition exists, otherwise output No.
Note: The judge is case-sensitive. Only exactly "Yes" or "No" will be accepted.
Where each answer is exactly "Yes" or "No" (case-sensitive).