The first line of input contains two integers and .
If there is a solution, output on the first line. On the second line, output integers representing each character of the string .Otherwise, output on a single line.
6 2
Yes 0 2 0 0 2 0
8 5
Yes 0 0 1 1 0 0 1 1
6 13
No
.