API Response (JSON)
{
"problem": {
"name": "B. Tetris revisited",
"description": {
"content": "Physicist Woll likes to play one relaxing game in between his search of the theory of everything. Game interface consists of a rectangular _n_ × _m_ playing field and a dashboard. Initially some cell",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF86B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Physicist Woll likes to play one relaxing game in between his search of the theory of everything.\n\nGame interface consists of a rectangular _n_ × _m_ playing field and a dashboard. Initially some cell...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "物理学家 Woll 喜欢在寻找万有理论的过程中玩一款放松的游戏。\n\n游戏界面由一个矩形 #cf_span[n × m] 的游戏区域和一个控制面板组成。初始时,游戏区域中的一些格子被填满,其余为空。控制面板包含所有由 2、3、4 和 5 个格子组成的连通(指边连通)图形,包含它们的所有旋转和反射。玩家可以从控制面板复制任意一个图形,并将其放置在游戏区域中仍为空的格子上。当然,每个图形可以使用任意多次...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ with $ 1 \\leq n, m \\leq 1000 $. \nLet $ F \\in \\{ \\#, . \\}^{n \\times m} $ be the input grid, where $ F[i][j] = \\# $ denotes a pre-filled cell and $ F[i][...",
"is_translate": false,
"language": "Formal"
}
]
}