API Response (JSON)
{
"problem": {
"name": "A. Santa Claus and Candies",
"description": {
"content": "Santa Claus has _n_ candies, he dreams to give them as gifts to children. What is the maximal number of children for whose he can give candies if Santa Claus want each kid should get _distinct_ posit",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF753A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Santa Claus has _n_ candies, he dreams to give them as gifts to children.\n\nWhat is the maximal number of children for whose he can give candies if Santa Claus want each kid should get _distinct_ posit...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "[{\"iden\":\"statement\",\"content\":\"圣诞老人有 #cf_span[n] 颗糖果,他梦想将这些糖果作为礼物送给孩子们。\\n\\n如果圣诞老人希望每个孩子都得到 _不同_ 的正整数数量的糖果,并且他想把所有 #cf_span[n] 颗糖果都分完,那么最多能送给多少个孩子?\\n\\n输入仅一行,包含一个正整数 #cf_span[n](#cf_span[1 ≤ n ≤ 1000])...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the total number of candies, with $ 1 \\leq n \\leq 1000 $. \n\n**Objective** \nFind the maximum integer $ k \\in \\mathbb{Z}^+ $ and a set of $ k $ distinct...",
"is_translate": false,
"language": "Formal"
}
]
}