API Response (JSON)
{
"problem": {
"name": "195. Dungeon",
"description": {
"content": "Unfortunately, you find yourself trapped in a dungeon, which can be represented as a 2D grid. The dungeon contains some impassable walls, represented by X characters, and empty space, represented as s",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269195"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Unfortunately, you find yourself trapped in a dungeon, which can be represented as a 2D grid. The dungeon contains some impassable walls, represented by X characters, and empty space, represented as s...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the dimension of the square grid. \nLet $ G = (V, E) $ be a grid graph where: \n- $ V = \\{ (i, j) \\mid 0 \\leq i, j < n \\} $ is the set of grid cells. \n...",
"is_translate": false,
"language": "Formal"
}
]
}