API Response (JSON)
{
"problem": {
"name": "[JRKSJ R6] Eltaw",
"description": {
"content": "给你 $k$ 个长为 $n$ 的序列 $a_{1\\dots k,1\\dots n}$,有 $q$ 次询问,每次询问给出一个区间 $[l,r]$,要求出 $\\displaystyle\\max_{i=1}^k\\sum_{j=l}^ra_{i,j}$,即求出所有序列中区间 $[l,r]$ 的和的最大值。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8572"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给你 $k$ 个长为 $n$ 的序列 $a_{1\\dots k,1\\dots n}$,有 $q$ 次询问,每次询问给出一个区间 $[l,r]$,要求出 $\\displaystyle\\max_{i=1}^k\\sum_{j=l}^ra_{i,j}$,即求出所有序列中区间 $[l,r]$ 的和的最大值。\n\n## Input\n\n第一行三个整数 $n,k,q$。\\\n接下来 $k$ 行,每行 $n$ 个整数 ...",
"is_translate": false,
"language": "English"
}
]
}