API Response (JSON)
{
"problem": {
"name": "C. Three displays",
"description": {
"content": "It is the middle of 2018 and Maria Stepanovna, who lives outside Krasnokamensk (a town in Zabaikalsky region), wants to rent three displays to highlight an important problem. There are $n$ displays p",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF987C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "It is the middle of 2018 and Maria Stepanovna, who lives outside Krasnokamensk (a town in Zabaikalsky region), wants to rent three displays to highlight an important problem.\n\nThere are $n$ displays p...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "现在是2018年中期,住在克拉斯诺卡门斯克(扎巴伊卡利斯基地区的一个城镇)外的玛丽亚·斯捷潘诺夫娜想租用三块显示屏来突出一个重要问题。\n\n沿路摆放着 $n$ 块显示屏,第 $i$ 块显示屏只能显示字体大小为 $s_i$ 的文本。玛丽亚·斯捷潘诺夫娜希望租用三块显示屏,其下标满足 $i < j < k$,且沿道路某一方向移动时,字体大小递增。即需满足条件 $s_i < s_j < s_k$。\n\n第 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given: \n- $ n \\in \\mathbb{N} $, $ 3 \\leq n \\leq 3000 $ \n- Two sequences $ s = (s_1, s_2, \\dots, s_n) $, $ c = (c_1, c_2, \\dots, c_n) $, where $ s_i \\in [1, 10^9] $, $ c_i \\in [1, 10^8] $ \n\nFind: \n...",
"is_translate": false,
"language": "Formal"
}
]
}