API Response (JSON)
{
"problem": {
"name": "A. Left-handers, Right-handers and Ambidexters",
"description": {
"content": "You are at a water bowling training. There are _l_ people who play with their left hand, _r_ people, who play with their right hand, and _a_ ambidexters, who can play with left or right hand. The coa",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF950A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are at a water bowling training. There are _l_ people who play with their left hand, _r_ people, who play with their right hand, and _a_ ambidexters, who can play with left or right hand.\n\nThe coa...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你正在参加水瓶保龄球训练。有 #cf_span[l] 个人使用左手,#cf_span[r] 个人使用右手,还有 #cf_span[a] 个左右手皆能的全能选手,他们可以用左手或右手打球。\n\n教练决定组建一支人数为偶数的队伍,其中恰好一半的球员使用右手,另一半使用左手。每个球员只能使用其中一只手。\n\n全能选手使用左手或右手的能力相同。在队伍中,全能选手可以选择使用左手或右手。\n\n请找出满足以下条件的...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ l, r, a \\in \\mathbb{Z}_{\\geq 0} $ denote the number of left-handers, right-handers, and ambidexters, respectively. \n\n**Constraints** \n$ 0 \\leq l, r, a \\leq 100 $ \n\n**Objecti...",
"is_translate": false,
"language": "Formal"
}
]
}