API Response (JSON)
{
"problem": {
"name": "C. Modified GCD",
"description": {
"content": "Well, here is another math class task. In mathematics, GCD is the greatest common divisor, and it's an easy task to calculate the GCD between two positive integers. A common divisor for two positive ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF75C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Well, here is another math class task. In mathematics, GCD is the greatest common divisor, and it's an easy task to calculate the GCD between two positive integers.\n\nA common divisor for two positive ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "好吧,这是另一个数学课的题目。在数学中,GCD 是最大公约数,计算两个正整数的 GCD 是一件简单的事。\n\n两个正数的公约数是指能同时整除这两个数的数。\n\n但你的老师想给你一个更难的任务:在这个任务中,你需要在给定的范围 [low, high](包含端点)内找到两个整数 a 和 b 的最大公约数 d,即满足 low ≤ d ≤ high。可能在该范围内不存在任何公约数。\n\n你将得到两个整数 a 和...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ a, b \\in \\mathbb{Z}^+ $ with $ 1 \\le a, b \\le 10^9 $. \nLet $ D = \\{ d \\in \\mathbb{Z}^+ \\mid d \\mid a \\text{ and } d \\mid b \\} $ be the set of common positive divisors of $ a $...",
"is_translate": false,
"language": "Formal"
}
]
}