API Response (JSON)
{
"problem": {
"name": "E. Bear and Rectangle Strips",
"description": {
"content": "Limak has a grid that consists of 2 rows and _n_ columns. The _j_\\-th cell in the _i_\\-th row contains an integer _t__i_, _j_ which can be positive, negative or zero. A non-empty rectangle of cells i",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF771E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Limak has a grid that consists of 2 rows and _n_ columns. The _j_\\-th cell in the _i_\\-th row contains an integer _t__i_, _j_ which can be positive, negative or zero.\n\nA non-empty rectangle of cells i...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Limak 有一个由 #cf_span[2] 行和 #cf_span[n] 列组成的网格。第 #cf_span[i] 行第 #cf_span[j] 列的单元格包含一个整数 #cf_span[ti, j],它可以是正数、负数或零。\n\n一个非空的矩形区域被称为 _nice_,当且仅当其中所有单元格的数字之和等于 #cf_span[0]。\n\nLimak 想要选择一些 nice 矩形并把它们作为礼物送给朋...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ 1 \\leq n \\leq 300{,}000 $, be the number of columns. \nLet $ T = (t_{i,j}) \\in \\mathbb{Z}^{2 \\times n} $ be a $ 2 \\times n $ grid of integers. \n\nA *nice ...",
"is_translate": false,
"language": "Formal"
}
]
}