API Response (JSON)
{
"problem": {
"name": "B. Recursive Queries",
"description": {
"content": "Let us define two functions _f_ and _g_ on positive integer numbers. You need to process _Q_ queries. In each query, you will be given three integers _l_, _r_ and _k_. You need to print the number of",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF932B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let us define two functions _f_ and _g_ on positive integer numbers.\n\nYou need to process _Q_ queries. In each query, you will be given three integers _l_, _r_ and _k_. You need to print the number of...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "我们定义两个函数 #cf_span[f] 和 #cf_span[g] 作用于正整数上。\n\n你需要处理 #cf_span[Q] 个查询。在每个查询中,你会得到三个整数 #cf_span[l]、#cf_span[r] 和 #cf_span[k]。你需要输出在区间 #cf_span[l] 到 #cf_span[r](包含端点)中,满足 #cf_span[g(x) = k] 的整数 #cf_span[x]...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ f, g : \\mathbb{Z}^+ \\to \\mathbb{Z}^+ $ be two functions defined on positive integers. \n\n**Constraints** \n1. $ Q \\in \\mathbb{Z} $, $ 1 \\leq Q \\leq 2 \\times 10^5 $ \n2. For eac...",
"is_translate": false,
"language": "Formal"
}
]
}