API Response (JSON)
{
"problem": {
"name": "G. List Of Integers",
"description": {
"content": "Let's denote as _L_(_x_, _p_) an infinite sequence of integers _y_ such that _gcd_(_p_, _y_) = 1 and _y_ > _x_ (where _gcd_ is the greatest common divisor of two integer numbers), sorted in ascending ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF920G"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let's denote as _L_(_x_, _p_) an infinite sequence of integers _y_ such that _gcd_(_p_, _y_) = 1 and _y_ > _x_ (where _gcd_ is the greatest common divisor of two integer numbers), sorted in ascending ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "我们定义 #cf_span[L(x, p)] 为一个无限整数序列 #cf_span[y],满足 #cf_span[gcd(p, y) = 1] 且 #cf_span[y > x](其中 #cf_span[gcd] 表示两个整数的最大公约数),并将这些整数按升序排列。序列 #cf_span[L(x, p)] 的元素是 #cf_span[1]-索引的;例如,#cf_span[9]、#cf_span[1...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ L(x, p) $ be the infinite sequence of integers $ y $ such that $ y > x $ and $ \\gcd(y, p) = 1 $, sorted in ascending order. The sequence is 1-indexed.\n\n**Constraints** \n1. $ 1...",
"is_translate": false,
"language": "Formal"
}
]
}