API Response (JSON)
{
"problem": {
"name": "D. Parquet Re-laying",
"description": {
"content": "Peter decided to lay a parquet in the room of size _n_ × _m_, the parquet consists of tiles of size 1 × 2. When the workers laid the parquet, it became clear that the tiles pattern looks not like Pete",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF778D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Peter decided to lay a parquet in the room of size _n_ × _m_, the parquet consists of tiles of size 1 × 2. When the workers laid the parquet, it became clear that the tiles pattern looks not like Pete...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Peter 决定在一间大小为 $n × m$ 的房间中铺设拼花地板,拼花由大小为 $1 × 2$ 的瓷砖组成。当工人铺设完地板后,发现瓷砖的图案不符合 Peter 的喜好,因此需要重新铺设。\n\n工人认为完全拆除地板再重新铺设非常困难,于是决定每小时执行一次操作:移除两个组成 $2 × 2$ 正方形的瓷砖,将它们旋转 90 度后放回原位。\n\n他们不知道如何使用这些操作得到目标配置,甚至不确定是否可能...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ with $ \\max(n,m) \\leq 50 $ and $ n \\cdot m $ even. \nLet $ C_{\\text{init}}, C_{\\text{target}} \\in \\{L, R, U, D\\}^{n \\times m} $ be the initial and targe...",
"is_translate": false,
"language": "Formal"
}
]
}