API Response (JSON)
{
"problem": {
"name": "Between Two Integers",
"description": {
"content": "You are given three integers $A$, $B$ and $C$. Determine whether $C$ is not less than $A$ and not greater than $B$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc061_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given three integers $A$, $B$ and $C$. Determine whether $C$ is not less than $A$ and not greater than $B$.\n\n## Constraints\n\n* $-100≤A,B,C≤100$\n* $A$, $B$ and $C$ are all integers.\n\n## Inp...",
"is_translate": false,
"language": "English"
}
]
}