API Response (JSON)
{
"problem": {
"name": "D. Roads (A)",
"description": {
"content": "There are N cities numbered from 1 to N with N roads connecting them. The ith road goes between the two cities i and i + 1 (1 ≤ i < N), and the last road goes between the first and the last city. The ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10140D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are N cities numbered from 1 to N with N roads connecting them. The ith road goes between the two cities i and i + 1 (1 ≤ i < N), and the last road goes between the first and the last city. The ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z} $ with $ 3 \\leq N \\leq 2 \\times 10^5 $. \nLet $ w = (w_1, w_2, \\dots, w_N) $ be a sequence of positive integers representing road lengths, where $ w_i $ is the...",
"is_translate": false,
"language": "Formal"
}
]
}