API Response (JSON)
{
"problem": {
"name": "H. Control",
"description": {
"content": "You are given a directed graph with nodes and edges. You can say that node controls node if you can reach node from node only using the edges in the graph. For each node in the graph, you must ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 28672
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10100H"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a directed graph with nodes and edges. You can say that node controls node if you can reach node from node only using the edges in the graph. For each node in the graph, you must ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of nodes. \nLet $ G = (V, E) $ be a directed graph, where $ V = \\{1, 2, \\dots, n\\} $ and $ E \\subseteq V \\times V $. \nFor each node $ u \\in ...",
"is_translate": false,
"language": "Formal"
}
]
}