2 3 3
2 One way to achieve Snuke's goal is as follows. Here, the selected slimes are marked in bold. * (1, **1**, **1**, **1**, **1**, 1) → (1, **2**, **2**, 1) * (**1**, **2**, **2**, **1**) → (**3**, **3**)
4 2 1 2 2
2 One way to achieve Snuke's goal is as follows. * (**1**, **1**, 1, 1, 1, 1, 1) → (**2**, 1, 1, 1, 1, 1) * (2, 1, **1**, **1**, **1**, **1**) → (2, 1, **2**, **2**)
1 1
0
10 3 1 4 1 5 9 2 6 5 3
10
{
"problem": {
"name": "Squeezing Slimes",
"description": {
"content": "There are $A$ slimes lining up in a row. Initially, the sizes of the slimes are all $1$. Snuke can repeatedly perform the following operation. * Choose a positive even number $M$. Then, select $M$ ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "code_festival_2017_quala_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $A$ slimes lining up in a row. Initially, the sizes of the slimes are all $1$.\nSnuke can repeatedly perform the following operation.\n\n* Choose a positive even number $M$. Then, select $M$ ...",
"is_translate": false,
"language": "English"
}
]
}