API Response (JSON)
{
"problem": {
"name": "C. Two TVs",
"description": {
"content": "Polycarp is a great fan of television. He wrote down all the TV programs he is interested in for today. His list contains _n_ shows, _i_\\-th of them starts at moment _l__i_ and ends at moment _r__i_.",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF845C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Polycarp is a great fan of television.\n\nHe wrote down all the TV programs he is interested in for today. His list contains _n_ shows, _i_\\-th of them starts at moment _l__i_ and ends at moment _r__i_....",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Polycarp 是一位电视迷。\n\n他列出了今天所有他感兴趣的电视节目。他的列表包含 #cf_span[n] 个节目,第 #cf_span[i] 个节目从时刻 #cf_span[li] 开始,到时刻 #cf_span[ri] 结束。\n\nPolycarp 拥有两台电视。他可以同时用两台电视观看两个不同的节目,但在任意时刻,每台电视只能播放一个节目。如果一个节目在某个时刻结束,而另一个节目在同一时刻开...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of shows. \nLet $ S = \\{ (l_i, r_i) \\mid i \\in \\{1, \\dots, n\\} \\} $ be the set of shows, where $ l_i, r_i \\in \\mathbb{Z} $, $ 0 \\le l_i < r_i...",
"is_translate": false,
"language": "Formal"
}
]
}