API Response (JSON)
{
"problem": {
"name": "A. Sagheer and Crossroads",
"description": {
"content": "Sagheer is walking in the street when he comes to an intersection of two roads. Each road can be represented as two parts where each part has 3 lanes getting into the intersection (one for each direct",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF812A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Sagheer is walking in the street when he comes to an intersection of two roads. Each road can be represented as two parts where each part has 3 lanes getting into the intersection (one for each direct...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Sagheer 在街上行走时,来到两条道路的交叉口。每条道路可以表示为两部分,每部分有 #cf_span[3] 条车道进入交叉口(每个方向一条)和 #cf_span[3] 条车道离开交叉口,因此总共有 #cf_span[4] 个部分。每个部分有 #cf_span[4] 个信号灯,分别对应进入交叉口的每条车道(#cf_span[l] — 左转,#cf_span[s] — 直行,#cf_span[r]...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let the four road parts be indexed $ i = 0, 1, 2, 3 $ in counter-clockwise order. \nFor each part $ i $, define the traffic light states as: \n- $ l_i \\in \\{0,1\\} $: left-turn lane light \n- $ s_i \\in...",
"is_translate": false,
"language": "Formal"
}
]
}