API Response (JSON)
{
"problem": {
"name": "M. Quadcopter Competition",
"description": {
"content": "Polycarp takes part in a quadcopter competition. According to the rules a flying robot should: * start the race from some point of a field, * go around the flag, * close cycle returning back to",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF883M"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Polycarp takes part in a quadcopter competition. According to the rules a flying robot should:\n\n* start the race from some point of a field,\n* go around the flag,\n* close cycle returning back to...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Polycarp 参加了一场四轴飞行器比赛。根据规则,飞行机器人必须:\n\nPolycarp 知道起点 (#cf_span[x1, y1]) 的坐标和旗帜所在点 (#cf_span[x2, y2]) 的坐标。Polycarp 的四轴飞行器每次只能平行于场地边移动,每 Tick 恰好改变一个坐标值 #cf_span[1]。这意味着在一次 Tick 中,四轴飞行器可以从点 (#cf_span[x, y]...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ (x_1, y_1) \\in \\mathbb{Z}^2 $ be the starting (and ending) point of the quadcopter. \nLet $ (x_2, y_2) \\in \\mathbb{Z}^2 $ be the flag point, with $ (x_1, y_1) \\neq (x_2, y_2) $...",
"is_translate": false,
"language": "Formal"
}
]
}