API Response (JSON)
{
"problem": {
"name": "E. The Holmes Children",
"description": {
"content": "The Holmes children are fighting over who amongst them is the cleverest. Mycroft asked Sherlock and Eurus to find value of _f_(_n_), where _f_(1) = 1 and for _n_ ≥ 2, _f_(_n_) is the number of distin",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF776E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The Holmes children are fighting over who amongst them is the cleverest.\n\nMycroft asked Sherlock and Eurus to find value of _f_(_n_), where _f_(1) = 1 and for _n_ ≥ 2, _f_(_n_) is the number of distin...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "福尔摩斯家的孩子们正在争论谁最聪明。\n\n迈克罗夫特让夏洛克和尤罗斯计算 #cf_span[f(n)] 的值,其中 #cf_span[f(1) = 1],且对于 #cf_span[n ≥ 2],#cf_span[f(n)] 表示满足 #cf_span[x + y = n] 且 #cf_span[gcd(x, y) = 1] 的不同有序正整数对 #cf_span[(x, y)] 的数量。整数 #cf_...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ f(n) $ be the number of ordered pairs of positive integers $ (x, y) $ such that $ x + y = n $ and $ \\gcd(x, y) = 1 $. \nLet $ g(n) = \\sum_{d \\mid n} f(d) $. \nLet $ F_k(n) $ be...",
"is_translate": false,
"language": "Formal"
}
]
}