API Response (JSON)
{
"problem": {
"name": "110. Pyramid",
"description": {
"content": "Much like the previous question, you are going to be making some ASCII art. In this question your job is to make a pyramid given a number that represents the base of the pyramid. Each layer going up f",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269110"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Much like the previous question, you are going to be making some ASCII art. In this question your job is to make a pyramid given a number that represents the base of the pyramid. Each layer going up f...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ denote the base width of the pyramid. \n\n**Constraints** \n$ n \\geq 1 $, and $ n $ is odd or even; the pyramid terminates when the top layer has width 1 or...",
"is_translate": false,
"language": "Formal"
}
]
}