Problem D
Mathemagicians
There are
The mathemagicians are not happy with their current hat configuration, so they would like to use the color change charm repeatedly to enter another hat configuration. Time isn’t an issue because they can conjure cookies to eat.
Input
The first line contains an integer
It is guaranteed that not every mathemagician is happy with their hat color in the beginning.
Output
Output “yes” if it is possible for the mathemagicians to achieve the desired hat configuration after a finite number of color change charms, otherwise output “no”.
Sample Input 1 | Sample Output 1 |
---|---|
5 BRBBR RBBRR |
yes |
Sample Input 2 | Sample Output 2 |
---|---|
6 RBRBRB BRBRBR |
no |