API Response (JSON)
{
"problem": {
"name": "014. Labyrinth",
"description": {
"content": "You find yourself stuck in a labyrinth and don't know your way out! There are several dangerous traps placed throughout the labyrinth. You need to find a way out, but first you need to know how many t",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269014"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You find yourself stuck in a labyrinth and don't know your way out! There are several dangerous traps placed throughout the labyrinth. You need to find a way out, but first you need to know how many t...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, m \\in \\mathbb{Z}^+ $ denote the dimensions of a 2D grid. \nLet $ G \\in \\{ \\text{`x'}, \\text{`.'} \\}^{n \\times m} $ be the grid representation, where `x` denotes a trap and `...",
"is_translate": false,
"language": "Formal"
}
]
}