API Response (JSON)
{
"problem": {
"name": "2-variable Function",
"description": {
"content": "Given an integer $N$, find the smallest integer $X$ that satisfies all of the conditions below. * $X$ is greater than or equal to $N$. * There is a pair of non-negative integers $(a, b)$ such tha",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc246_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given an integer $N$, find the smallest integer $X$ that satisfies all of the conditions below.\n\n* $X$ is greater than or equal to $N$.\n* There is a pair of non-negative integers $(a, b)$ such tha...",
"is_translate": false,
"language": "English"
}
]
}