API Response (JSON)
{
"problem": {
"name": "Ordinary Number",
"description": {
"content": "We have a permutation $p$ = {$p_1,\\ p_2,\\ ...,\\ p_n$} of {$1,\\ 2,\\ ...,\\ n$}. Print the number of elements $p_i$ ($1 < i < n$) that satisfy the following condition: * $p_i$ is the second smallest n",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc132_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a permutation $p$ = {$p_1,\\ p_2,\\ ...,\\ p_n$} of {$1,\\ 2,\\ ...,\\ n$}.\nPrint the number of elements $p_i$ ($1 < i < n$) that satisfy the following condition:\n\n* $p_i$ is the second smallest n...",
"is_translate": false,
"language": "English"
}
]
}