API Response (JSON)
{
"problem": {
"name": "Median?",
"description": {
"content": "Given integers $a$, $b$, and $c$, determine if $b$ is the median of these integers.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc253_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given integers $a$, $b$, and $c$, determine if $b$ is the median of these integers.\n\n## Constraints\n\n* $1 \\leq a, b, c \\leq 100$\n* All values in input are integers.\n\n## Input\n\nInput is given from ...",
"is_translate": false,
"language": "English"
}
]
}