API Response (JSON)
{
"problem": {
"name": "C. Constructing Tests",
"description": {
"content": "Let's denote a _m_\\-free matrix as a binary (that is, consisting of only 1's and 0's) matrix such that every square submatrix of size _m_ × _m_ of this matrix contains at least one zero. Consider the",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF938C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let's denote a _m_\\-free matrix as a binary (that is, consisting of only 1's and 0's) matrix such that every square submatrix of size _m_ × _m_ of this matrix contains at least one zero.\n\nConsider the...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "我们定义一个 #cf_span[m]-free 矩阵为一个二进制矩阵(仅由 #cf_span[1] 和 #cf_span[0] 组成),使得该矩阵的每一个大小为 #cf_span[m × m] 的子方阵都至少包含一个零。\n\n考虑以下问题:\n\n_给你两个整数 #cf_span[n] 和 #cf_span[m]。你需要构造一个大小为 #cf_span[n × n] 的 #cf_span[m]-free...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ t \\in \\mathbb{Z} $ be the number of test cases. \nLet $ X = \\{x_1, x_2, \\dots, x_t\\} \\subseteq \\mathbb{Z}_{\\geq 0} $ be the given target values. \n\n**Constraints** \n1. $ 1 \\le...",
"is_translate": false,
"language": "Formal"
}
]
}