API Response (JSON)
{
"problem": {
"name": "Remove It",
"description": {
"content": "Given are an integer sequence $A$ of length $N$, and an integer $X$. Remove all elements that are equal to $X$ from $A$, and arrange the remaining elements without changing the order to obtain the s",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc191_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are an integer sequence $A$ of length $N$, and an integer $X$. \nRemove all elements that are equal to $X$ from $A$, and arrange the remaining elements without changing the order to obtain the s...",
"is_translate": false,
"language": "English"
}
]
}