API Response (JSON)
{
"problem": {
"name": "D. Unusual Sequences",
"description": {
"content": "Count the number of distinct sequences _a_1, _a_2, ..., _a__n_ (1 ≤ _a__i_) consisting of positive integers such that _gcd_(_a_1, _a_2, ..., _a__n_) = _x_ and . As this number could be large, print th",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF900D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Count the number of distinct sequences _a_1, _a_2, ..., _a__n_ (1 ≤ _a__i_) consisting of positive integers such that _gcd_(_a_1, _a_2, ..., _a__n_) = _x_ and . As this number could be large, print th...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "计算满足以下条件的正整数序列 #cf_span[a1, a2, ..., an] (#cf_span[1 ≤ ai]) 的不同个数:#cf_span[gcd(a1, a2, ..., an) = x] 且 #cf_span[lcm(a1, a2, ..., an) = y]。由于答案可能很大,请对 #cf_span[10^9 + 7] 取模输出。\n\n这里的 #cf_span[gcd] 表示最大公约...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ x, y \\in \\mathbb{Z}^+ $ be given integers. \nLet $ n \\in \\mathbb{Z}^+ $ be the length of the sequence (variable). \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of positive...",
"is_translate": false,
"language": "Formal"
}
]
}