API Response (JSON)
{
"problem": {
"name": "B. Buses",
"description": {
"content": "Little boy Gerald studies at school which is quite far from his house. That's why he has to go there by bus every day. The way from home to school is represented by a segment of a straight line; the s",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 271360
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF101B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Little boy Gerald studies at school which is quite far from his house. That's why he has to go there by bus every day. The way from home to school is represented by a segment of a straight line; the s...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "小男孩Gerald就读的学校离他家很远,因此他每天必须乘公交车上学。从家到学校的路线是一条直线段,该线段上恰好有 #cf_span[n + 1] 个公交站,编号为从 #cf_span[0] 到 #cf_span[n],按离Gerald家由近及远的顺序排列。Gerald家附近的公交站编号为 #cf_span[0],学校附近的公交站编号为 #cf_span[n]。\n\n在家中和学校之间有 #cf_spa...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $, $ m \\in \\mathbb{Z}_{\\geq 0} $. \nLet $ B = \\{(s_i, t_i) \\mid i \\in \\{1, \\dots, m\\}\\} $ be a set of bus routes, where $ 0 \\leq s_i < t_i \\leq n $. \n\nLet $...",
"is_translate": false,
"language": "Formal"
}
]
}