API Response (JSON)
{
"problem": {
"name": "C. Candies",
"description": {
"content": "After passing a test, Vasya got himself a box of $n$ candies. He decided to eat an equal amount of candies each morning until there are no more candies. However, Petya also noticed the box and decided",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF991C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "After passing a test, Vasya got himself a box of $n$ candies. He decided to eat an equal amount of candies each morning until there are no more candies. However, Petya also noticed the box and decided...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在通过一次测试后,Vasya 得到了一盒 $n$ 颗糖果。他决定每天早上吃相同数量的糖果,直到糖果被吃完。然而,Petya 也注意到了这盒糖果,并决定为自己拿一些糖果。\n\n因此,吃糖果的过程如下:最初,Vasya 选择一个固定的整数 $k$(每天相同)。之后,每天早上,他从盒中吃掉 $k$ 颗糖果(如果盒中糖果少于 $k$ 颗,他就把剩下的全部吃完);然后在晚上,Petya 吃掉盒中剩余糖果的 $...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ n \\in \\mathbb{N} $, $ n \\geq 1 $, be the initial number of candies.\n\nDefine a process parameterized by integer $ k \\geq 1 $:\n\n- Let $ c_0 = n $.\n- For each day $ i \\geq 1 $:\n - Morning: $ c_{i-...",
"is_translate": false,
"language": "Formal"
}
]
}