API Response (JSON)
{
"problem": {
"name": "E. Bash Plays with Functions",
"description": {
"content": "Bash got tired on his journey to become the greatest Pokemon master. So he decides to take a break and play with functions. Bash defines a function _f_0(_n_), which denotes the number of ways of fact",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF757E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Bash got tired on his journey to become the greatest Pokemon master. So he decides to take a break and play with functions.\n\nBash defines a function _f_0(_n_), which denotes the number of ways of fact...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Bash 在成为最伟大的宝可梦大师的旅途中感到疲惫,于是决定休息一下,玩一些函数。\n\nBash 定义了一个函数 #cf_span[f0(n)],表示将 #cf_span[n] 分解为两个因子 #cf_span[p] 和 #cf_span[q] 的方案数,要求满足 #cf_span[gcd(p, q) = 1]。换句话说,#cf_span[f0(n)] 是满足 #cf_span[p·q = n] 且...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ f_0(n) $ denote the number of ordered pairs of positive integers $ (p, q) $ such that $ p \\cdot q = n $ and $ \\gcd(p, q) = 1 $. \nFor $ r \\geq 0 $, define $ f_{r+1}(n) = \\sum_{...",
"is_translate": false,
"language": "Formal"
}
]
}