API Response (JSON)
{
"problem": {
"name": "Similar Arrays",
"description": {
"content": "We will say that two integer sequences of length $N$, $x_1, x_2, ..., x_N$ and $y_1, y_2, ..., y_N$, are _similar_ when $|x_i - y_i| \\leq 1$ holds for all $i$ ($1 \\leq i \\leq N$). In particular, any i",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "code_festival_2017_qualc_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We will say that two integer sequences of length $N$, $x_1, x_2, ..., x_N$ and $y_1, y_2, ..., y_N$, are _similar_ when $|x_i - y_i| \\leq 1$ holds for all $i$ ($1 \\leq i \\leq N$).\nIn particular, any i...",
"is_translate": false,
"language": "English"
}
]
}