API Response (JSON)
{
"problem": {
"name": "A. Tennis Championship",
"description": {
"content": "Famous Brazil city Rio de Janeiro holds a tennis tournament and Ostap Bender doesn't want to miss this event. There will be _n_ players participating, and the tournament will follow knockout rules fro",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF736A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Famous Brazil city Rio de Janeiro holds a tennis tournament and Ostap Bender doesn't want to miss this event. There will be _n_ players participating, and the tournament will follow knockout rules fro...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "著名的巴西城市里约热内卢举办了一场网球锦标赛,奥斯塔普·本德不想错过这一赛事。将有 #cf_span[n] 名选手参赛,锦标赛从第一场比赛起就采用淘汰制。这意味着,一旦某位选手输掉一场比赛,他将立即退出锦标赛。\n\n主办方仍在安排赛程(即比赛的顺序和对阵安排),但他们已经确定了一条规则:两名选手只能在他们已进行的比赛场数之差不超过一的情况下相互对战。当然,两名选手都必须赢得所有之前的比赛才能继续参赛...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of players, with $ 2 \\leq n \\leq 10^{18} $. \n\n**Constraints** \n- Tournament is single-elimination. \n- Two players may compete only if the ab...",
"is_translate": false,
"language": "Formal"
}
]
}