API Response (JSON)
{
"problem": {
"name": "Left Right Operation",
"description": {
"content": "You are given an integer sequence of length $N$: $A=(A_1,A_2,\\ldots,A_N)$. You will perform the following consecutive operations just once: * Choose an integer $x$ $(0\\leq x \\leq N)$. If $x$ is $0$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc263_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence of length $N$: $A=(A_1,A_2,\\ldots,A_N)$.\nYou will perform the following consecutive operations just once:\n\n* Choose an integer $x$ $(0\\leq x \\leq N)$. If $x$ is $0$...",
"is_translate": false,
"language": "English"
}
]
}