API Response (JSON)
{
"problem": {
"name": "Between Two Arrays",
"description": {
"content": "A sequence of $n$ numbers, $S = (s_1, s_2, \\dots, s_n)$, is said to be _non-decreasing_ if and only if $s_i \\leq s_{i+1}$ holds for every $i$ $(1 \\leq i \\leq n - 1)$. Given are non-decreasing sequence",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc222_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A sequence of $n$ numbers, $S = (s_1, s_2, \\dots, s_n)$, is said to be _non-decreasing_ if and only if $s_i \\leq s_{i+1}$ holds for every $i$ $(1 \\leq i \\leq n - 1)$.\nGiven are non-decreasing sequence...",
"is_translate": false,
"language": "English"
}
]
}