API Response (JSON)
{
"problem": {
"name": "B. African Crossword",
"description": {
"content": "An African crossword is a rectangular table _n_ × _m_ in size. Each cell of the table contains exactly one letter. This table (it is also referred to as grid) contains some encrypted word that needs t",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF90B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "An African crossword is a rectangular table _n_ × _m_ in size. Each cell of the table contains exactly one letter. This table (it is also referred to as grid) contains some encrypted word that needs t...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "非洲填字游戏是一个大小为 $n × m$ 的矩形表格。表格中的每个单元格恰好包含一个字母。该表格(也称为网格)包含一个需要解密的加密单词。\n\n要解谜该填字游戏,你需要划掉所有在行和列中重复出现的字母。换句话说,一个字母只有在对应的行或列中至少还有一个与之完全相同的字母时,才被划掉。此外,所有这样的字母将同时被划掉。\n\n当所有重复的字母都被划掉后,我们将剩余的字母按顺序写成一个字符串。位置较高的字母...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ G $ be an $ n \\times m $ matrix over the alphabet $ \\Sigma $ (lowercase Latin letters), where $ G[i][j] $ denotes the letter at row $ i $, column $ j $.\n\nDefine:\n- For each cell $ (i, j) $, let ...",
"is_translate": false,
"language": "Formal"
}
]
}