API Response (JSON)
{
"problem": {
"name": "C. Santa Claus and Robot",
"description": {
"content": "Santa Claus has Robot which lives on the infinite grid and can move **along its lines**. He can also, having a sequence of _m_ points _p_1, _p_2, ..., _p__m_ with integer coordinates, do the following",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF748C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Santa Claus has Robot which lives on the infinite grid and can move **along its lines**. He can also, having a sequence of _m_ points _p_1, _p_2, ..., _p__m_ with integer coordinates, do the following...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "圣诞老人有一个机器人,它生活在无限网格上,可以沿着网格线移动。他还可以给机器人一个由 #cf_span[m] 个整数坐标点组成的序列 #cf_span[p1, p2, ..., pm],并让机器人执行以下操作:设其初始位置为 #cf_span[p0]。首先,机器人会从 #cf_span[p0] 沿着它们之间的一条最短路径移动到 #cf_span[p1](请注意,由于机器人只能沿网格线移动,因此可能...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of unit moves. \nLet $ D = (d_1, d_2, \\dots, d_n) \\in \\{L, R, U, D\\}^n $ be the movement protocol. \nLet $ P = (p_0, p_1, \\dots, p_m) $ be a ...",
"is_translate": false,
"language": "Formal"
}
]
}