API Response (JSON)
{
"problem": {
"name": "Frog 3",
"description": {
"content": "There are $N$ stones, numbered $1, 2, \\ldots, N$. For each $i$ ($1 \\leq i \\leq N$), the height of Stone $i$ is $h_i$. Here, $h_1 < h_2 < \\cdots < h_N$ holds. There is a frog who is initially on Stone ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "dp_z"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ stones, numbered $1, 2, \\ldots, N$. For each $i$ ($1 \\leq i \\leq N$), the height of Stone $i$ is $h_i$. Here, $h_1 < h_2 < \\cdots < h_N$ holds.\nThere is a frog who is initially on Stone ...",
"is_translate": false,
"language": "English"
}
]
}