API Response (JSON)
{
"problem": {
"name": "log2(N)",
"description": {
"content": "Given a positive integer $N$, find the maximum integer $k$ such that $2^k \\le N$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc215_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a positive integer $N$, find the maximum integer $k$ such that $2^k \\le N$.\n\n## Constraints\n\n* $N$ is an integer satisfying $1 \\le N \\le 10^{18}$.\n\n## Input\n\nInput is given from Standard Input...",
"is_translate": false,
"language": "English"
}
]
}