API Response (JSON)
{
"problem": {
"name": "D. Contest Balloons",
"description": {
"content": "One tradition of ACM-ICPC contests is that a team gets a balloon for every solved problem. We assume that the submission time doesn't matter and teams are sorted only by the number of balloons they ha",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF725D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "One tradition of ACM-ICPC contests is that a team gets a balloon for every solved problem. We assume that the submission time doesn't matter and teams are sorted only by the number of balloons they ha...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "ACM-ICPC 比赛的一个传统是,每解决一个问题,队伍就会获得一个气球。我们假设提交时间无关紧要,队伍仅根据其拥有的气球数量进行排序。这意味着一个队伍的排名等于拥有更多气球的队伍数量加 #cf_span[1]。例如,如果有七个队伍拥有更多气球,你的排名就是第八名。允许并列。\n\n你需要知道,在比赛前吃东西是很重要的。如果一个队伍的气球数量大于其体重,该队伍将连同其工作台一起漂浮到空中,最终触碰到天...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of teams. \nLet $ T_i = (t_i, w_i) $ for $ i \\in \\{1, \\dots, n\\} $ be the balloon count and weight of team $ i $, where Limak is team 1. \nLet ...",
"is_translate": false,
"language": "Formal"
}
]
}