API Response (JSON)
{
"problem": {
"name": "B. Flag of Berland",
"description": {
"content": "The flag of Berland is such rectangular field _n_ × _m_ that satisfies following conditions: * Flag consists of three colors which correspond to letters _'R'_, _'G'_ and _'B'_. * Flag consists of",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF837B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The flag of Berland is such rectangular field _n_ × _m_ that satisfies following conditions:\n\n* Flag consists of three colors which correspond to letters _'R'_, _'G'_ and _'B'_.\n* Flag consists of...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "贝兰的国旗是一个满足以下条件的矩形区域 #cf_span[n × m]:\n\n给你一个由字符 _'R'_、_'G'_ 和 _'B'_ 组成的 #cf_span[n × m] 区域。如果该区域对应贝兰的正确国旗,则输出 \"_YES_\"(不含引号);否则,输出 \"_NO_\"(不含引号)。\n\n第一行包含两个整数 #cf_span[n] 和 #cf_span[m](#cf_span[1 ≤ n, m ≤ 1...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z} $ denote the dimensions of the field, with $ 1 \\leq n, m \\leq 100 $. \nLet $ F \\in \\{R, G, B\\}^{n \\times m} $ be the grid representing the flag, where $ F[i...",
"is_translate": false,
"language": "Formal"
}
]
}