API Response (JSON)
{
"problem": {
"name": "A. Fake NP",
"description": {
"content": "Tavak and Seyyed are good friends. Seyyed is very funny and he told Tavak to solve the following problem instead of _longest-path_. You are given _l_ and _r_. For all integers from _l_ to _r_, inclus",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF805A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Tavak and Seyyed are good friends. Seyyed is very funny and he told Tavak to solve the following problem instead of _longest-path_.\n\nYou are given _l_ and _r_. For all integers from _l_ to _r_, inclus...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Tavak 和 Seyyed 是好朋友。Seyyed 非常有趣,他告诉 Tavak 解决以下问题,而不是 _longest-path_。\n\n给你 #cf_span[l] 和 #cf_span[r]。对于从 #cf_span[l] 到 #cf_span[r](包含两端)的所有整数,我们写下它们的所有整数因子(除了 #cf_span[1])。找出我们写下次数最多的那个整数。\n\n解决这个问题,以证明它不...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ l, r \\in \\mathbb{Z} $ with $ 2 \\leq l \\leq r \\leq 10^9 $. \nFor each integer $ n \\in [l, r] $, let $ D(n) = \\{ d \\in \\mathbb{Z} \\mid d \\mid n, \\, d > 1 \\} $ be the set of integ...",
"is_translate": false,
"language": "Formal"
}
]
}