API Response (JSON)
{
"problem": {
"name": "A. One-dimensional Japanese Crossword",
"description": {
"content": "Recently Adaltik discovered japanese crosswords. Japanese crossword is a picture, represented as a table sized _a_ × _b_ squares, and each square is colored white or black. There are integers to the l",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF721A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Recently Adaltik discovered japanese crosswords. Japanese crossword is a picture, represented as a table sized _a_ × _b_ squares, and each square is colored white or black. There are integers to the l...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "最近,Adaltik 发现了日本填字谜题。日本填字谜题是一幅图像,表示为一个大小为 $a × b$ 的表格,每个格子为白色或黑色。在每行的左侧和每列的上方标有整数,用于加密对应的行或列。这些整数的个数表示该行或列中黑色格子组成的连续段的数量,而每个整数本身表示对应连续段中黑色格子的个数(更详细的解释请参见维基百科 https://en.wikipedia.org/wiki/Japanese_cro...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ n \\in \\mathbb{N} $, $ 1 \\leq n \\leq 100 $, and let $ s \\in \\{B, W\\}^n $ be a string representing a row of $ n $ squares, where $ B $ denotes a black square and $ W $ denotes a white square.\n\nDef...",
"is_translate": false,
"language": "Formal"
}
]
}