API Response (JSON)
{
"problem": {
"name": "B. Sequence Formatting",
"description": {
"content": "Polycarp is very careful. He even types numeric sequences carefully, unlike his classmates. If he sees a sequence without a space after the comma, with two spaces in a row, or when something else does",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF81B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Polycarp is very careful. He even types numeric sequences carefully, unlike his classmates. If he sees a sequence without a space after the comma, with two spaces in a row, or when something else does...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Polycarp 非常细心。他甚至会像他的同学那样仔细地输入数字序列。如果他看到一个序列中逗号后没有空格、连续有两个空格,或出现其他不整齐的情况,他会立即纠正。例如,序列 \"_1,2 ,3,..., 10_\" 会被纠正为 \"_1, 2, 3, ..., 10_\"。\n\n在本题中,给定一个字符串 #cf_span[s],它由若干项连接而成,每项可能是:\n\nPolycarp 希望通过添加和删除空格,...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\{ \\text{ASCII characters} \\}^* $ be the input string of length $ 1 \\leq |s| \\leq 255 $, with $ s \\notin \\text{leading or trailing space} $, and containing only digits, c...",
"is_translate": false,
"language": "Formal"
}
]
}