API Response (JSON)
{
"problem": {
"name": "J. Color the blocks",
"description": {
"content": "Given you an $N * N$ grid graph,you can color any block black or white,but you have to meet the condition: For each block $(x, y)$,it can't be the same color as $(x -3, y), (x -1, y + 2), (x + 1, y +",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10280J"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given you an $N * N$ grid graph,you can color any block black or white,but you have to meet the condition:\n\nFor each block $(x, y)$,it can't be the same color as $(x -3, y), (x -1, y + 2), (x + 1, y +...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of nodes. \nLet $ T = (V, E) $ be a rooted tree with $ V = \\{1, 2, \\dots, n\\} $, where node $ 1 $ is the root, and for $ i = 2, \\dots, n $, n...",
"is_translate": false,
"language": "Formal"
}
]
}