API Response (JSON)
{
"problem": {
"name": "187. Mountain Biking",
"description": {
"content": "You just went on a very hilly bike ride, and you want to find largest hill that you biked up during your ride. You know the elevations of several points along your ride, and you want to find the vert",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269187"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You just went on a very hilly bike ride, and you want to find largest hill that you biked up during your ride.\n\nYou know the elevations of several points along your ride, and you want to find the vert...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of elevation points. \nLet $ E = (e_1, e_2, \\dots, e_n) $ be a sequence of integers representing elevations at consecutive points along the r...",
"is_translate": false,
"language": "Formal"
}
]
}