API Response (JSON)
{
"problem": {
"name": "A. Binary Blocks",
"description": {
"content": "You are given an image, that can be represented with a 2\\-d _n_ by _m_ grid of pixels. Each pixel of the image is either on or off, denoted by the characters \"_0_\" or \"_1_\", respectively. You would li",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF838A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an image, that can be represented with a 2\\-d _n_ by _m_ grid of pixels. Each pixel of the image is either on or off, denoted by the characters \"_0_\" or \"_1_\", respectively. You would li...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "[{\"iden\":\"statement\",\"content\":\"给你一张图像,可以用一个大小为 #cf_span[n] × #cf_span[m] 的二维像素网格表示。每个像素要么开启(用字符 \\\"_0_\\\" 表示),要么关闭(用字符 \\\"_1_\\\" 表示)。你希望压缩这张图像。你需要选择一个整数 #cf_span[k > 1],并将图像分割为 #cf_span[k] × #cf_span[k] ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z} $ be the dimensions of the image grid, with $ 2 \\leq n, m \\leq 2500 $. \nLet $ G \\in \\{0,1\\}^{n \\times m} $ be the input binary grid, where $ G[i][j] \\in \\{...",
"is_translate": false,
"language": "Formal"
}
]
}