2 BWWB
4 There are four ways to make all the squares white, as follows: * Choose Squares $1, 3$ in the first operation, and choose Squares $2, 4$ in the second operation. * Choose Squares $2, 4$ in the first operation, and choose Squares $1, 3$ in the second operation. * Choose Squares $1, 4$ in the first operation, and choose Squares $2, 3$ in the second operation. * Choose Squares $2, 3$ in the first operation, and choose Squares $1, 4$ in the second operation.
4 BWBBWWWB
288
5 WWWWWWWWWW
0
{
"problem": {
"name": "Cell Inversion",
"description": {
"content": "There are $2N$ squares arranged from left to right. You are given a string of length $2N$ representing the color of each of the squares. The color of the $i$\\-th square from the left is black if the $",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "jsc2019_qual_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $2N$ squares arranged from left to right. You are given a string of length $2N$ representing the color of each of the squares.\nThe color of the $i$\\-th square from the left is black if the $...",
"is_translate": false,
"language": "English"
}
]
}