API Response (JSON)
{
"problem": {
"name": "094. Computer Love",
"description": {
"content": "Computer Love You love your computer, and you want to give it a present: a large integer. However, your computer especially loves powers of two. Given two numbers $x$ and $y$, find the largest power ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269094"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Computer Love\n\nYou love your computer, and you want to give it a present: a large integer. However, your computer especially loves powers of two. Given two numbers $x$ and $y$, find the largest power ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ x, y \\in \\mathbb{Z} $ be the inclusive lower and upper bounds of the range. \nLet $ P = \\{ 2^k \\mid k \\in \\mathbb{Z},\\, 2^k \\geq 0 \\} $ be the set of non-negative powers of two...",
"is_translate": false,
"language": "Formal"
}
]
}