API Response (JSON)
{
"problem": {
"name": "B. Friendly Numbers",
"description": {
"content": "Kiana thinks two integers are friends if and only if one of them divides the other one. For example, 12 and 4 are friends, also 6 and 6 are friends too, but 120 and 36 are not. A group of non-zero in",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF100B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Kiana thinks two integers are friends if and only if one of them divides the other one. For example, 12 and 4 are friends, also 6 and 6 are friends too, but 120 and 36 are not.\n\nA group of non-zero in...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Kiana 认为两个整数是朋友,当且仅当其中一个能整除另一个。例如,12 和 4 是朋友,6 和 6 也是朋友,但 120 和 36 不是。\n\n一组非零整数被称为友好的,当且仅当其中每一对整数都构成朋友对。\n\n给定一组非零整数,请判断它们是否友好。\n\n第一行包含 #cf_span[n](#cf_span[1 ≤ n ≤ 1000]),其中 #cf_span[n] 表示该组中整数的个数。\n\n第二行包...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 1000 $ be the number of integers. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of non-zero integers, sorted in non-decreasing orde...",
"is_translate": false,
"language": "Formal"
}
]
}