API Response (JSON)
{
"problem": {
"name": "Small and Large Integers",
"description": {
"content": "Print all the integers that satisfies the following in ascending order: * Among the integers between $A$ and $B$ (inclusive), it is either within the $K$ smallest integers or within the $K$ largest",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc093_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Print all the integers that satisfies the following in ascending order:\n\n* Among the integers between $A$ and $B$ (inclusive), it is either within the $K$ smallest integers or within the $K$ largest...",
"is_translate": false,
"language": "English"
}
]
}