API Response (JSON)
{
"problem": {
"name": "Frog 1",
"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$. There is a frog who is initially on Stone $1$. He will repeat the following action",
"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_a"
},
"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$.\nThere is a frog who is initially on Stone $1$. He will repeat the following action...",
"is_translate": false,
"language": "English"
}
]
}