API Response (JSON)
{
"problem": {
"name": "C. Elevator",
"description": {
"content": "You work in a big office. It is a 9 floor building with an elevator that can accommodate up to 4 people. It is your responsibility to manage this elevator. Today you are late, so there are queues on ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF983C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You work in a big office. It is a 9 floor building with an elevator that can accommodate up to 4 people. It is your responsibility to manage this elevator.\n\nToday you are late, so there are queues on ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你在一家大型办公室工作。这是一栋 #cf_span[9] 层的建筑,电梯最多可容纳 #cf_span[4] 人。你的职责是管理这部电梯。\n\n今天你迟到了,因此某些楼层已经排起了队。对于每个人,你知道他当前所在的楼层以及他想要到达的楼层。同时,你也知道人们到达电梯的顺序。\n\n根据公司的规定,如果一名员工比另一名员工更早到达电梯,那么他也必须更早进入电梯(即使这些员工位于不同的楼层)。注意,员工离开电...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of employees, with $ 1 \\leq n \\leq 2000 $. \nLet $ P = (p_1, p_2, \\dots, p_n) $ be the sequence of employees in order of arrival, where each $ ...",
"is_translate": false,
"language": "Formal"
}
]
}