API Response (JSON)
{
"problem": {
"name": "D. Double it",
"description": {
"content": "Alex has two magic machines A and B. Machine A will give you 2x + 1 coins if you insert x coins in it, machine B will give you 2x + 2. Alex has no coins and wants to get exactly n coins in order to bu",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10146D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Alex has two magic machines A and B. Machine A will give you 2x + 1 coins if you insert x coins in it, machine B will give you 2x + 2. Alex has no coins and wants to get exactly n coins in order to bu...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 10^9 $. \nDefine two operations: \n- Operation $ A $: $ x \\mapsto 2x + 1 $ \n- Operation $ B $: $ x \\mapsto 2x + 2 $ \n\n**Constraints** ...",
"is_translate": false,
"language": "Formal"
}
]
}