Woohyun likes to play "Lemon Game". This game's rule is the following:
- At first, there are lemons in a row, where a number is written on -th lemon. is either or .
- Choose a segment of lemons where the sum of numbers written on them is . Remove every lemon in that segment.
- Do the above operation some number of times. (Possibly none)
The figure below shows one example of Lemon Game.
Determine if every lemon can be removed.
Input
The input is given in the following format:
Output
Output one line: print Yes if every lemon can be removed, and print No otherwise.
Constraints
- .
- ().