API Response (JSON)
{
"problem": {
"name": "Knight",
"description": {
"content": "There is a knight - the chess piece - at the origin $(0, 0)$ of a two-dimensional grid. When the knight is at the square $(i, j)$, it can be moved to either $(i+1,j+2)$ or $(i+2, j+1)$. In how many wa",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc145_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a knight - the chess piece - at the origin $(0, 0)$ of a two-dimensional grid.\nWhen the knight is at the square $(i, j)$, it can be moved to either $(i+1,j+2)$ or $(i+2, j+1)$.\nIn how many wa...",
"is_translate": false,
"language": "English"
}
]
}