API Response (JSON)
{
"problem": {
"name": "Not Overflow",
"description": {
"content": "You are given an integer $N$. If $N$ is between $-2^{31}$ and $2^{31}-1$ (inclusive), print `Yes`; otherwise, print `No`.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc237_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $N$. If $N$ is between $-2^{31}$ and $2^{31}-1$ (inclusive), print `Yes`; otherwise, print `No`.\n\n## Constraints\n\n* $-2^{63} \\leq N < 2^{63}$\n* $N$ is an integer.\n\n## Inpu...",
"is_translate": false,
"language": "English"
}
]
}