API Response (JSON)
{
"problem": {
"name": "B. Weakened Common Divisor",
"description": {
"content": "During the research on properties of the greatest common divisor (_GCD_) of a set of numbers, Ildar, a famous mathematician, introduced a brand new concept of the weakened common divisor (_WCD_) of a ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1025B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "During the research on properties of the greatest common divisor (_GCD_) of a set of numbers, Ildar, a famous mathematician, introduced a brand new concept of the weakened common divisor (_WCD_) of a ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在研究一组数的最大公约数(_GCD_)性质时,著名数学家 Ildar 引入了一个全新的概念——整数对列表的弱公约数(_WCD_)。\n\n对于给定的整数对列表 $(a_1, b_1)$, $(a_2, b_2)$, ..., $(a_n, b_n)$,其 _WCD_ 是任意一个大于 $1$ 的整数,使得它能整除每一对中的至少一个元素。某些列表可能不存在 WCD。\n\n例如,如果列表为 $[ (12, 1...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of pairs. \nLet $ P = \\{(a_i, b_i) \\mid i \\in \\{1, \\dots, n\\}\\} $ be a set of pairs of integers, where $ a_i, b_i \\geq 2 $.\n\nA **weakened commo...",
"is_translate": false,
"language": "Formal"
}
]
}