API Response (JSON)
{
"problem": {
"name": "D. Colorful Points",
"description": {
"content": "You are given a set of points on a straight line. Each point has a color assigned to it. For point _a_, its neighbors are the points which don't have any other points between them and _a_. Each point ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF909D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a set of points on a straight line. Each point has a color assigned to it. For point _a_, its neighbors are the points which don't have any other points between them and _a_. Each point ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你被给定一条直线上的一组点。每个点都被赋予一种颜色。对于点 #cf_span[a],它的邻居是那些与 #cf_span[a] 之间没有其他点的点。每个点最多有两个邻居——一个在左边,一个在右边。\n\n你对这组点执行一系列操作。在一次操作中,你删除所有具有颜色不同于自身邻居的点。点是同时被删除的,即你首先确定哪些点需要被删除,然后一次性删除它们。之后你可以执行下一次操作,依此类推。如果某次操作不会删除...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ S = s_1 s_2 \\dots s_n $ be a string of length $ n \\in \\mathbb{Z}^+ $, where $ s_i \\in \\{a, b, \\dots, z\\} $, representing colors of points on a line in left-to-right order. \nLe...",
"is_translate": false,
"language": "Formal"
}
]
}