API Response (JSON)
{
"problem": {
"name": "Adjacent Delete",
"description": {
"content": "You are given a length-$N$ sequence $A = (A_1, A_2, \\ldots, A_N)$. You will repeatedly perform the following operation until the sequence has length at most $1$: choose two adjacent numbers and remove",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc196_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a length-$N$ sequence $A = (A_1, A_2, \\ldots, A_N)$.\nYou will repeatedly perform the following operation until the sequence has length at most $1$: choose two adjacent numbers and remove...",
"is_translate": false,
"language": "English"
}
]
}