API Response (JSON)
{
"problem": {
"name": "Sequence",
"description": {
"content": "You are given an integer sequence of length $N$. The $i$\\-th term in the sequence is $a_i$. In one operation, you can select a term and either increment or decrement it by one. At least how many opera",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc072_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence of length $N$. The $i$\\-th term in the sequence is $a_i$. In one operation, you can select a term and either increment or decrement it by one.\nAt least how many opera...",
"is_translate": false,
"language": "English"
}
]
}