API Response (JSON)
{
"problem": {
"name": "B. Sherlock and his girlfriend",
"description": {
"content": "Sherlock has a new girlfriend (so unlike him!). Valentine's day is coming and he wants to gift her some jewelry. He bought _n_ pieces of jewelry. The _i_\\-th piece has price equal to _i_ + 1, that is",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF776B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Sherlock has a new girlfriend (so unlike him!). Valentine's day is coming and he wants to gift her some jewelry.\n\nHe bought _n_ pieces of jewelry. The _i_\\-th piece has price equal to _i_ + 1, that is...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Sherlock 有了一个新女朋友(这可真不像他!)。情人节快到了,他想送她一些珠宝。\n\n他买了 #cf_span[n] 件珠宝。第 #cf_span[i] 件珠宝的价格为 #cf_span[i + 1],即珠宝的价格为 #cf_span[2, 3, 4, ... n + 1]。\n\nWatson 给 Sherlock 一个挑战:将这些珠宝染色,使得如果一件珠宝的价格是另一件珠宝价格的质因数,则这两...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ with $ 1 \\leq n \\leq 100000 $. \nLet $ P = \\{p_1, p_2, \\dots, p_n\\} $ where $ p_i = i + 1 $, i.e., $ P = \\{2, 3, 4, \\dots, n+1\\} $.\n\n**Constraints** \nFor ...",
"is_translate": false,
"language": "Formal"
}
]
}