5 3
3 6 1 There are three ways to arrange the balls so that Takahashi will need exactly one move: (B, B, B, R, R), (R, B, B, B, R), and (R, R, B, B, B). (R and B stands for red and blue, respectively). There are six ways to arrange the balls so that Takahashi will need exactly two moves: (B, B, R, B, R), (B, B, R, R, B), (R, B, B, R, B), (R, B, R, B, B), (B, R, B, B, R), and (B, R, R, B, B). There is one way to arrange the balls so that Takahashi will need exactly three moves: (B, R, B, R, B).
2000 3
1998 3990006 327341989 Be sure to print the numbers of arrangements modulo $10^9+7$.
{
"problem": {
"name": "Blue and Red Balls",
"description": {
"content": "There are $K$ blue balls and $N-K$ red balls. The balls of the same color cannot be distinguished. Snuke and Takahashi are playing with these balls. First, Snuke will arrange the $N$ balls in a row fr",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc132_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $K$ blue balls and $N-K$ red balls. The balls of the same color cannot be distinguished. Snuke and Takahashi are playing with these balls.\nFirst, Snuke will arrange the $N$ balls in a row fr...",
"is_translate": false,
"language": "English"
}
]
}