API Response (JSON)
{
"problem": {
"name": "H. New Year and Boolean Bridges",
"description": {
"content": "Your friend has a hidden directed graph with _n_ nodes. Let _f_(_u_, _v_) be true if there is a directed path from node _u_ to node _v_, and false otherwise. For each pair of distinct nodes, _u_, _v_",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 5000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF908H"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Your friend has a hidden directed graph with _n_ nodes.\n\nLet _f_(_u_, _v_) be true if there is a directed path from node _u_ to node _v_, and false otherwise. For each pair of distinct nodes, _u_, _v_...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你的朋友有一个包含 #cf_span[n] 个节点的有向图。\n\n令 #cf_span[f(u, v)] 为真,当且仅当存在从节点 #cf_span[u] 到节点 #cf_span[v] 的有向路径;否则为假。对于每一对不同的节点 #cf_span[u, v],你已知以下三个陈述中至少有一个为真:\n\n其中 AND、OR 和 XOR 分别表示与、或和异或运算。\n\n你得到了一个 #cf_span[n] ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $, $ 1 \\leq n \\leq 47 $, be the number of nodes. \nLet $ M \\in \\{A, O, X\\}^{n \\times n} $ be a symmetric matrix where $ M[u][v] \\in \\{A, O, X\\} $ for $ u \\neq ...",
"is_translate": false,
"language": "Formal"
}
]
}