API Response (JSON)
{
"problem": {
"name": "159. Maximum Value in Pascal's Triangle",
"description": {
"content": "Pascal's Triangle is a famous concept in mathematics, and it has proven to have incredible relevance in many fields of mathematics even hundreds of years after its creation. The triangle is very simpl",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269159"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Pascal's Triangle is a famous concept in mathematics, and it has proven to have incredible relevance in many fields of mathematics even hundreds of years after its creation. The triangle is very simpl...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}_{\\geq 0} $ denote the row index of Pascal’s Triangle (with top row being row 0). \n\n**Constraints** \n$ n \\geq 0 $ \n\n**Objective** \nFind the maximum value in...",
"is_translate": false,
"language": "Formal"
}
]
}