API Response (JSON)
{
"problem": {
"name": "Second Sum",
"description": {
"content": "Given is a permutation $P$ of ${1, 2, \\ldots, N}$. For a pair $(L, R) (1 \\le L \\lt R \\le N)$, let $X_{L, R}$ be the second largest value among $P_L, P_{L+1}, \\ldots, P_R$. Find $\\displaystyle \\sum_{L=",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc140_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a permutation $P$ of ${1, 2, \\ldots, N}$.\nFor a pair $(L, R) (1 \\le L \\lt R \\le N)$, let $X_{L, R}$ be the second largest value among $P_L, P_{L+1}, \\ldots, P_R$.\nFind $\\displaystyle \\sum_{L=...",
"is_translate": false,
"language": "English"
}
]
}