API Response (JSON)
{
"problem": {
"name": "F. Strongly Connected Tournament",
"description": {
"content": "There is a chess tournament in All-Right-City. _n_ players were invited to take part in the competition. The tournament is held by the following rules: 1. Initially, each player plays one game with ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF913F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a chess tournament in All-Right-City. _n_ players were invited to take part in the competition. The tournament is held by the following rules:\n\n1. Initially, each player plays one game with ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在 All-Right-City 举办一场国际象棋锦标赛。共有 #cf_span[n] 名选手受邀参赛。比赛按以下规则进行:\n\n选手用从 #cf_span[1] 到 #cf_span[n] 的整数编号,编号是根据上一届比赛的结果确定的。已知选手 #cf_span[i] 击败选手 #cf_span[j](#cf_span[i < j])的概率为 #cf_span[p]。\n\n你需要协助组织这场比赛。求...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ n $ be the number of players, enumerated $ 1 $ to $ n $, where player $ i $ beats player $ j $ with probability $ p = \\frac{a}{b} $ for all $ i < j $.\n\nThe tournament is a single-elimination bra...",
"is_translate": false,
"language": "Formal"
}
]
}