API Response (JSON)
{
"problem": {
"name": "E. Knight Paths",
"description": {
"content": "A knight stands in the top-left corner of an $8 times 8$ chessboard. You can move it *at most* $k$ times. Count such possible paths modulo $2^(32)$. Formally, count paths of cells $(C_1, C_2, \\\\dots,",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10264E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A knight stands in the top-left corner of an $8 times 8$ chessboard. You can move it *at most* $k$ times. Count such possible paths modulo $2^(32)$.\n\nFormally, count paths of cells $(C_1, C_2, \\\\dots,...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ G = (V, E) $ be a directed graph with $ |V| = n $, $ |E| = m $, where all vertices are initially strongly connected. \nLet $ k \\in \\mathbb{Z} $, $ 0 \\leq k < n $, be the number...",
"is_translate": false,
"language": "Formal"
}
]
}