API Response (JSON)
{
"problem": {
"name": "Together",
"description": {
"content": "You are given an integer sequence of length $N$, $a_1,a_2,...,a_N$. For each $1≤i≤N$, you have three choices: add $1$ to $a_i$, subtract $1$ from $a_i$ or do nothing. After these operations, you selec",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc082_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence of length $N$, $a_1,a_2,...,a_N$.\nFor each $1≤i≤N$, you have three choices: add $1$ to $a_i$, subtract $1$ from $a_i$ or do nothing.\nAfter these operations, you selec...",
"is_translate": false,
"language": "English"
}
]
}