API Response (JSON)
{
"problem": {
"name": "060. Maximum Number",
"description": {
"content": "Find the largest possible number that can be stored with N bits. Assume that the number is a signed integer value. Remember that the maximum value possible with a certain number of bits can be calcula",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269060"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the largest possible number that can be stored with N bits. Assume that the number is a signed integer value. Remember that the maximum value possible with a certain number of bits can be calcula...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z} $ be the number of bits, with $ 1 \\leq N \\leq 64 $.\n\n**Constraints** \n$ 1 \\leq N \\leq 64 $\n\n**Objective** \nCompute the maximum value of a signed $ N $-bit in...",
"is_translate": false,
"language": "Formal"
}
]
}