API Response (JSON)
{
"problem": {
"name": "Pyramid",
"description": {
"content": "For a positive integer $k$, the **Pyramid Sequence** of size $k$ is a sequence of length $(2k-1)$ where the terms of the sequence have the values $1,2,\\ldots,k-1,k,k-1,\\ldots,2,1$ in this order. You a",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc336_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a positive integer $k$, the **Pyramid Sequence** of size $k$ is a sequence of length $(2k-1)$ where the terms of the sequence have the values $1,2,\\ldots,k-1,k,k-1,\\ldots,2,1$ in this order.\nYou a...",
"is_translate": false,
"language": "English"
}
]
}