API Response (JSON)
{
"problem": {
"name": "D. Maximum path",
"description": {
"content": "You are given a rectangular table 3 × _n_. Each cell contains an integer. You can move from one cell to another if they share a side. Find such path from the upper left cell to the bottom right 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": "CF762D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a rectangular table 3 × _n_. Each cell contains an integer. You can move from one cell to another if they share a side.\n\nFind such path from the upper left cell to the bottom right cell ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你被给定一个 3 × n 的矩形表格。每个格子包含一个整数。你可以从一个格子移动到另一个格子,当且仅当它们共享一条边。\n\n找到一条从左上角格子到右下角格子的路径,该路径不重复访问任何格子,且路径上格子中数字的和尽可能大。\n\n第一行包含一个整数 #cf_span[n] (#cf_span[1 ≤ n ≤ 105]) —— 表格的列数。\n\n接下来三行,每行包含 #cf_span[n] 个整数 —— 表...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ 1 \\leq n \\leq 10^5 $, be the number of columns. \nLet $ A = (a_{i,j}) \\in \\mathbb{Z}^{3 \\times n} $ be the grid, where $ a_{i,j} $ is the value in row $ i...",
"is_translate": false,
"language": "Formal"
}
]
}