API Response (JSON)
{
"problem": {
"name": "C. Maximal GCD",
"description": {
"content": "You are given positive integer number _n_. You should create such **strictly increasing** sequence of _k_ positive numbers _a_1, _a_2, ..., _a__k_, that their sum is equal to _n_ and greatest common d",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF803C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integer number _n_. You should create such **strictly increasing** sequence of _k_ positive numbers _a_1, _a_2, ..., _a__k_, that their sum is equal to _n_ and greatest common d...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个正整数 $n$。你需要构造一个由 $k$ 个正整数构成的*严格递增*序列 $a_1, a_2, ..., a_k$,使得它们的和等于 $n$,且它们的最大公约数尽可能大。\n\n序列的最大公约数定义为:能整除序列中每一个元素的最大正整数。\n\n如果不存在这样的序列,则输出 _-1_。\n\n第一行包含两个数 $n$ 和 $k$($1 ≤ n, k ≤ 10^{10}$)。\n\n如果答案存在,则输出 $...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k \\in \\mathbb{Z}^+ $ with $ 1 \\leq n, k \\leq 10^{10} $. \nLet $ A = (a_1, a_2, \\dots, a_k) $ be a strictly increasing sequence of positive integers such that $ \\sum_{i=1}^k ...",
"is_translate": false,
"language": "Formal"
}
]
}