API Response (JSON)
{
"problem": {
"name": "A. Tritonic Iridescence",
"description": {
"content": "Overlooking the captivating blend of myriads of vernal hues, Arkady the painter lays out a long, long canvas. Arkady has a sufficiently large amount of paint of three colours: cyan, magenta, and yell",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF957A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Overlooking the captivating blend of myriads of vernal hues, Arkady the painter lays out a long, long canvas.\n\nArkady has a sufficiently large amount of paint of three colours: cyan, magenta, and yell...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在欣赏无数春日色彩的迷人融合时,画家阿尔卡迪铺开了一幅长长的画布。\n\n阿尔卡迪拥有足够多的三种颜色的颜料:青色、品红色和黄色。在一维的画布上,画布被划分为 #cf_span[n] 个连续的段,每个段需要被涂成其中一种颜色。\n\n阿尔卡迪已经涂了一些段(可能没有,也可能全部),并将画笔交给了你。你需要判断是否存在至少两种方式,将所有未涂色的段着色,使得任意两个相邻的段颜色不同。两种方式被认为是不同的,...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given:\n- A sequence of $ n $ segments, each assigned a color from $\\{C, M, Y\\}$ or marked as unknown ($?$).\n- Constraint: No two adjacent segments may have the same color.\n- Some segments are pre-pain...",
"is_translate": false,
"language": "Formal"
}
]
}